apollo_writeTheta: Writes the vector [beta,ll] to a file called...

View source: R/apollo_writeTheta.R

apollo_writeThetaR 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.


apollo documentation built on Oct. 13, 2023, 1:15 a.m.