loglik.slmfit {sptotal} | R 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 |
... |
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)
[Package sptotal version 1.0.1 Index]