loglik.slmfit | R Documentation |
slmfit
objectExtract Log-Likelihood from a fitted class slmfit
object
loglik.slmfit(object, ...)
object |
is a class |
... |
additional arguments |
the log-likelihood of the model fit in the slmfit
object
data(exampledataset) ## load a toy data set
slmobj <- slmfit(formula = counts ~ pred1 + pred2, data = exampledataset,
xcoordcol = 'xcoords', ycoordcol = 'ycoords', areacol = 'areavar')
loglik.slmfit(slmobj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.