bgw_writeIterations {bgw} | R Documentation |
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.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.
bgw_writeIterations(beta, ll, outputFile)
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. |
Nothing.