modelname_iterations.csvWrites the vector [beta,ll] to a file called modelname_iterations.csv
apollo_writeTheta(
  beta,
  ll,
  modelName,
  scaling = NULL,
  outDir = NULL,
  apollo_beta = NULL
)Nothing.
vector of parameters to be written (including fixed ones).
scalar representing the log-likelihood of the whole model.
Character. Name of the model.
Numeric vector of scales applied to beta
Scalar character. Name of output directory
Named numeric vector of starting values.