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.

ll

scalar representing the loglikelihood of the whole model.

modelName

Character. Name of the model.

Value

Nothing.


[Package apollo version 0.2.0 Index]