bgw_writeIterations {bgw}R Documentation

Writes the vector [beta,ll] to a file called modelname_iterations.csv # Was created using apollo_writeTheta as a starting point... Because this is an internal function, the inputs will be assumed to be clean.

Description

Writes the vector [beta,ll] to a file called modelname_iterations.csv # Was created using apollo_writeTheta as a starting point... Because this is an internal function, the inputs will be assumed to be clean.

Usage

bgw_writeIterations(beta, ll, outputFile)

Arguments

beta

vector of parameters to be written (for now, no fixed betas).

ll

scalar representing the log-likelihood of the whole model.

outputFile

Character. Name of the output file.

Value

Nothing.


[Package bgw version 0.1.3 Index]