From 57ee846fbfe33e2d48ee2e15720b01a3c8205e35 Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Wed, 5 Feb 2025 23:53:45 +0800 Subject: [PATCH] update docs --- R/geodetector.R | 2 +- man/factor_detector.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/geodetector.R b/R/geodetector.R index 025d7aed..6fc4c54f 100644 --- a/R/geodetector.R +++ b/R/geodetector.R @@ -7,7 +7,7 @@ #' @param y Variable Y, continuous numeric vector. #' @param x Covariate X, \code{factor}, \code{character} or \code{discrete numeric}. #' @param confintv (optional) Whether to compute the confidence interval for the q statistic, -#' default is `false`. +#' default is `FALSE`. #' @param alpha (optional) Confidence level of the interval, default is `0.95`. #' #' @return A list. diff --git a/man/factor_detector.Rd b/man/factor_detector.Rd index a8096401..4c061c52 100644 --- a/man/factor_detector.Rd +++ b/man/factor_detector.Rd @@ -12,7 +12,7 @@ factor_detector(y, x, confintv = FALSE, alpha = 0.95) \item{x}{Covariate X, \code{factor}, \code{character} or \code{discrete numeric}.} \item{confintv}{(optional) Whether to compute the confidence interval for the q statistic, -default is \code{false}.} +default is \code{FALSE}.} \item{alpha}{(optional) Confidence level of the interval, default is \code{0.95}.} }