Description Usage Arguments Details Value See Also Examples
Export a fitted lavaan object to an external program.
1 2  | 
object | 
 An object of class   | 
target | 
 The target program. Current options are   | 
prefix | 
 The prefix used to create the input files; the name of the input file has the pattern ‘prefix dot target dot in’; the name of the data file has the pattern ‘prefix dot target dot raw’.  | 
dir.name | 
 The directory name (including a full path) where the input files will be written.  | 
export | 
 If   | 
This function was mainly created to quickly generate an Mplus syntax file to
compare the results between Mplus and lavaan. The target "lavaan" can
be useful to create a full model syntax as needed for the lavaan()
function. More targets (perhaps for LISREL or EQS) will be added
in future releases.
If export = TRUE, a directory (called lavExport by default) will
be created, typically containing a data file, and an input file so that the
same analysis can be run using an external program. If export = FALSE, a
character string containing the model syntax only for the target program.
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.