#' `lmfa`: The R-package for exploring within-person changes and between person differences in measurement models in (intensive) longitudinal data.
#'
#' @details
#' The package employs a three-step estimation of continuous-time latent Markov factor analysis.
#'
#' @section Section name:
#' You can add multiple sections.
#'
#' @import stats
#' @import mclust
#' @import foreach
#' @import doParallel
#' @import parallel
#' @import msm
#' @import expm
#' @import NPflow
#' @import GPArotation
#' @import multichull
#' @importFrom graphics par text points
#' @importFrom graphics axis
#' @docType package
#'
#' @name lmfa
"_PACKAGE"
.onAttach <- function(libname, pkgname) {
# Print a welcome message when the package is attached.
packageStartupMessage(rep("-", 60), "\n")
packageStartupMessage("`lmfa`: The R-package for exploring within-person changes", "\n")
packageStartupMessage("and between person differences in measurement models in", "\n")
packageStartupMessage("(intensive) longitudinal data.", "\n")
packageStartupMessage(rep("-", 60), "\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.