View source: R/apollo_writeTheta.R
apollo_writeTheta | R Documentation |
modelname_iterations.csv
Writes the vector [beta,ll] to a file called modelname_iterations.csv
apollo_writeTheta(
beta,
ll,
modelName,
scaling = NULL,
outDir = NULL,
apollo_beta = NULL
)
beta |
vector of parameters to be written (including fixed ones). |
ll |
scalar representing the log-likelihood of the whole model. |
modelName |
Character. Name of the model. |
scaling |
Numeric vector of scales applied to beta |
outDir |
Scalar character. Name of output directory |
apollo_beta |
Named numeric vector of starting values. |
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.