apollo_writeTheta function

Writes the vector [beta,ll] to a file called 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 )

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.

Returns

Nothing.

  • Maintainer: Stephane Hess
  • License: GPL-2
  • Last published: 2025-03-12

Downloads (last 30 days):