diff options
Diffstat (limited to 'R/preprocess.R')
-rw-r--r-- | R/preprocess.R | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/R/preprocess.R b/R/preprocess.R index cd1dee4..4a179ef 100644 --- a/R/preprocess.R +++ b/R/preprocess.R @@ -7,14 +7,12 @@ #' #' @return #' A list containing the following elements -#' -#' \tabular{ll}{ -#' \code{fitted.values} \tab \code{idframe} object with detrended variables \cr -#' \code{output_trend} \tab \code{list} containing trend fits for each output -#' variable \cr -#' \code{input_trend} \tab \code{list} containing trend fits for each input -#' variable -#' } +#' \item{fitted.values}{\code{idframe} object with detrended variables} +#' \item{output_trend}{\code{list} containing trend fits for each output +#' variable} +#' \item{input_trend}{\code{list} containing trend fits for each input +#' variable} +#' #' #' @examples #' data(cstr) |