diff --git a/R/Trend.R b/R/Trend.R index e66e135a6e7dadeb3a8c8f61f809e95d3b7eb537..98a71bf35221fc35b3913331b943cede0f3e386c 100644 --- a/R/Trend.R +++ b/R/Trend.R @@ -39,10 +39,6 @@ #' (only present if conf = TRUE), the slope, the upper limit of the confidence #' interval (only present if conf = TRUE), and the intercept. #'} -#'\item{$conf.int}{ -#' Corresponding to the limits of the \code{siglev}\% confidence interval -#' (only present if \code{conf = TRUE}) for the slope coefficient. -#'} #'\item{$detrended}{ #' Same dimensions as var with linearly detrended var along the posTR #' dimension. diff --git a/man/Trend.Rd b/man/Trend.Rd index b8b1e5a29e8d8cdecc56b15387b68c4250d15015..4326a1e3b8c6743020222ac9662c8f0aa0ad439d 100644 --- a/man/Trend.Rd +++ b/man/Trend.Rd @@ -52,10 +52,6 @@ trend.} (only present if conf = TRUE), the slope, the upper limit of the confidence interval (only present if conf = TRUE), and the intercept. } -\item{$conf.int}{ - Corresponding to the limits of the \code{siglev}\% confidence interval - (only present if \code{conf = TRUE}) for the slope coefficient. -} \item{$detrended}{ Same dimensions as var with linearly detrended var along the posTR dimension.