Description Usage Arguments See Also Examples
Facilitate multiply-imputed data for use in Mplus
1 2 3 4 5 6 7 8 9 10 | writeToMplus(
dataList,
dataDir,
miDir,
datPrefix = "data_",
listName = "dataList.txt",
colName = "dataNames.txt",
missing = "-9999",
...
)
|
dataList |
list of data.frame objects. |
dataDir |
character string of the file path for exported data. |
miDir |
character string of the name of the directory where the imputed files will be written. |
datPrefix |
character string of the name-prefix of the imputed files. |
listName |
character string of the text file listing the names of the imputed files. |
colName |
character string of the file containing the column names of the imputed data. |
missing |
character string of the missing data code. |
... |
additional parameters to be passed to |
write.table
for a list of options to pass via ...
.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.