apollo_writeTheta {apollo} | R Documentation |
Writes the vector [beta,ll] to a file called modelname_iterations.csv
Description
Writes the vector [beta,ll] to a file called modelname_iterations.csv
Usage
apollo_writeTheta(
beta,
ll,
modelName,
scaling = NULL,
outDir = NULL,
apollo_beta = NULL
)
Arguments
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. |
Value
Nothing.
[Package apollo version 0.3.3 Index]