View source: R/NMsim_default.R
NMsim_default | R Documentation |
The default behaviour of NMsim
. Replaces any $ESTIMATION
and $COVARIANCE sections by a $SIMULATION section.
NMsim_default(
file.sim,
file.mod,
data.sim,
nsims = 1,
replace.sim = TRUE,
return.text = FALSE
)
file.sim |
See |
file.mod |
See |
data.sim |
See |
nsims |
Number of replications wanted. The default is 1. If greater, multiple control streams will be generated. |
replace.sim |
If there is a $SIMULATION section in the
contents of file.sim, should it be replaced? Default is
yes. See the |
return.text |
If TRUE, just the text will be returned, and resulting control stream is not written to file. |
Character vector of simulation control stream paths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.