bgw_writeIterations: Writes the vector [beta,ll] to a file called...

View source: R/bgw_writeIterations.R

bgw_writeIterationsR 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.


bgw documentation built on May 29, 2024, 5:27 a.m.