Skip to content
Snippets Groups Projects
Commit c583275e authored by Otto, Dr. Saskia's avatar Otto, Dr. Saskia
Browse files

too much text in 1 line

parent 78f57cfb
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,8 @@
#' @export
#' @seealso \url{https://doi.org/10.1051/alr/2009020}
#' @examples
#' df <- data.frame(variable1variabl = 1:20, variable2= rnorm(20, 100, 30), variable3 = 1:20 + rnorm(20))
#' df <- data.frame(variable1variabl = 1:20, variable2= rnorm(20, 100, 30),
#' variable3 = 1:20 + rnorm(20))
#' mafa(x = df, time = 1981:2000)
#' df <- matrix(rnorm(1000), ncol = 50)
#' colnames(df) <- paste0(letters[1:25], rep(1:2,each = 25))
......
......@@ -31,7 +31,8 @@ the part of the variables which is the most continuous in time.
The function for this code is adopted from Wollez et al. 2009 (\url{https://doi.org/10.1051/alr/2009020})
}
\examples{
df <- data.frame(variable1variabl = 1:20, variable2= rnorm(20, 100, 30), variable3 = 1:20 + rnorm(20))
df <- data.frame(variable1variabl = 1:20, variable2= rnorm(20, 100, 30),
variable3 = 1:20 + rnorm(20))
mafa(x = df, time = 1981:2000)
df <- matrix(rnorm(1000), ncol = 50)
colnames(df) <- paste0(letters[1:25], rep(1:2,each = 25))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment