Learn R Programming

apollo (version 0.2.6)

apollo_writeTheta: 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)

Arguments

beta

vector of parameters to be written (including fixed ones).

ll

scalar representing the loglikelihood of the whole model.

modelName

Character. Name of the model.

Value

Nothing.