Description Usage Arguments Value Author(s)
Takes a longitudinal dataset and impute missing value with Mclust machine learning-based method.
1 | mvls.Mclust(data, imp.method = "mean", G = 1:9)
|
data |
A dataset (more than two longitudinal mesurements) |
imp.method |
Type od pre-imputation. Mclust doesn't use missing value. Possible "mean" or "locf". |
G |
The vector of possible cluster |
$data It's the data-set with imputation
$Mclust It's a Mclust object
$sd.1 It contains the sd for each data imputed at single imputation method
Lorenzo Querci <lorenzo.querci@studio.unibo.it>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.