View source: R/aMNLFA_sample.R View source: R/write_inp_file.R
write.inp.file | R Documentation |
This function generates the initial itemwise aMNLFA models.
write.inp.file(df, outfile)
df |
- the Mplus code to be written out, in a data frame |
outfile |
- a directory to which the Mplus code should be written |
outcharacter - string with slash at the end deleted
## Not run: wd <- tempdir() somestring <- as.data.frame("This is some text which would be written to an Mplus file.") write.inp.file(somestring, wd) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.