View source: R/class_runOptions.R
runOptions | R Documentation |
Creates a new instance of a 'runOptions' object
runOptions(
fname = "Config_RunOptions.txt",
doMCMC = TRUE,
doSummary = TRUE,
doResiduals = TRUE,
doPrediction = FALSE
)
fname |
Character, configuration file name. |
doMCMC |
logical, do MCMC sampling? |
doSummary |
logical, do MCMC summarizing? |
doResiduals |
logical, do residuals analysis? |
doPrediction |
logical, do prediction experiments? |
An object of class 'runOptions'.
o <- runOptions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.