From abc8a8ea563cff149545499beda3029cf3760ba1 Mon Sep 17 00:00:00 2001 From: "Mattan S. Ben-Shachar" Date: Sun, 23 Jul 2023 13:57:40 +0300 Subject: [PATCH] more details --- R/plot.check_normality.R | 6 ++++-- man/plot.see_check_normality.Rd | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/R/plot.check_normality.R b/R/plot.check_normality.R index 23ee396ba..b5f7759b7 100644 --- a/R/plot.check_normality.R +++ b/R/plot.check_normality.R @@ -11,8 +11,10 @@ #' hex-format) for points and line. #' @param detrend Logical that decides if the plot should be detrended. #' @param method The method used for estimating the qq/pp bands. Default to -#' `"ell"` (equal local levels / simultaneous testing - recommended). See -#' `qqplotr::stat_qq_band()` for more options and details. +#' `"ell"` (equal local levels / simultaneous testing - recommended). Can also +#' be one of `"pointwise"` or `"boot"` for pointwise confidence bands, or +#' `"ks"` or `"ts"` for simultaneous testing. See `qqplotr::stat_qq_band()` +#' for details. #' @inheritParams data_plot #' @inheritParams plot.see_bayesfactor_parameters #' diff --git a/man/plot.see_check_normality.Rd b/man/plot.see_check_normality.Rd index 029abda8c..ac77c2271 100644 --- a/man/plot.see_check_normality.Rd +++ b/man/plot.see_check_normality.Rd @@ -40,8 +40,10 @@ hex-format) for points and line.} \item{detrend}{Logical that decides if the plot should be detrended.} \item{method}{The method used for estimating the qq/pp bands. Default to -\code{"ell"} (equal local levels / simultaneous testing - recommended). See -\code{qqplotr::stat_qq_band()} for more options and details.} +\code{"ell"} (equal local levels / simultaneous testing - recommended). Can also +be one of \code{"pointwise"} or \code{"boot"} for pointwise confidence bands, or +\code{"ks"} or \code{"ts"} for simultaneous testing. See \code{qqplotr::stat_qq_band()} +for details.} \item{...}{Arguments passed to or from other methods.} }