apollo_writeTheta {apollo}R 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)

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.

Value

Nothing.


[Package apollo version 0.2.8 Index]