logLik.slmfit: Extract Log-Likelihood from a fitted class 'slmfit' object

loglik.slmfitR Documentation

Extract Log-Likelihood from a fitted class slmfit object

Description

Extract Log-Likelihood from a fitted class slmfit object

Usage

loglik.slmfit(object, ...)

Arguments

object

is a class slmfit object

...

additional arguments

Value

the log-likelihood of the model fit in the slmfit object

Examples

data(exampledataset) ## load a toy data set
slmobj <- slmfit(formula = counts ~ pred1 + pred2, data = exampledataset,
xcoordcol = 'xcoords', ycoordcol = 'ycoords', areacol = 'areavar')
loglik.slmfit(slmobj)

highamm/sptotal documentation built on Aug. 12, 2024, 2:04 a.m.