Learn R Programming

apollo (version 0.1.0)

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.

ll

scalar representing the loglikelihood of the whole model.

modelName

Character. Name of the model.

Value

Nothing.