coef.slmfit | R Documentation |
slmfit
objectExtract Model Coefficients from a slmfit
object
## S3 method for class 'slmfit'
coef(object, ...)
object |
a |
... |
further arguments passed to or from other methods. |
a vector of fitted model coefficients.
data(exampledataset) ## load a toy data set
slmobj <- slmfit(formula = counts ~ pred1 + pred2, data = exampledataset,
xcoordcol = 'xcoords', ycoordcol = 'ycoords', areacol = 'areavar')
coef(slmobj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.