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

View source: R/logLik.slmfit.R

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)

sptotal documentation built on Dec. 12, 2022, 1:06 a.m.