Skip to contents

Given a model object and a vector of beta (coefficient) values, compute the log-likelihood value Provided for diagnostic purposes. Optionally saves 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.