View source: R/model_to_mplusObj.R
model_to_mplusObj | R Documentation |
mplus.inp
, convert into mplusObjectThis function uses tidyverse
functions to extract input from 1 object of type mplus.model
, then it converts the input into object type mplusObject
. This means I can use this extracted input to update the model specifications using MplusAutomation::update.mplusObject()
.
model_to_mplusObj(mplusmodelinp)
mplusmodelinp |
A single |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.