Skip to contents

Given a model.setup object and a vector of beta (coefficient) values, compute the log-likelihood value Provided for diagnostic purposes Will optionally save tables of log-likelihoods to file

Usage

call.LLfn2(modelobj, thisbeta, saveLLtable = 0)

Arguments

modelobj

A pandista model object

thisbeta

Numeric vector; beta coefficients to use

saveLLtable

Logical; if saveLLtable=1, direct call to LLfn will also output LL values. Default is saveLLtable = 0.