NMsim_NWPRI | R Documentation |
Modify control stream for simulation with uncertainty using inverse-Wishart distribution for OMEGA and SIGMA parameters
This function does not run any simulations. To simulate, using this method, see 'NMsim()'. See examples.
NMsim_NWPRI(file.sim, file.mod, data.sim, PLEV = 0.999)
file.sim |
The path to the control stream to be edited. This function overwrites the contents of the file pointed to by file.sim. |
file.mod |
Path to the path to the original input control stream provided as 'file.mod' to 'NMsim()'. |
data.sim |
Included for compatibility with 'NMsim()'. Not used. |
PLEV |
Used in |
Simulate with parameter uncertainty. THETA parameters are sampled from a multivariate normal distribution while OMEGA and SIGMA are simulated from the inverse-Wishart distribution. Correlations of OMEGA and SIGMA parameters will only be applied within modeled "blocks".
Path to simulation control stream
Brian Reilly, Philip Delff
NMsim_VarCov
## Not run:
simres <- NMsim(file.path,method.sim=NMsim_WPRI,typical=TRUE,subproblems=500)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.