View source: R/summary.slmfit.R
summary.slmfit | R Documentation |
In conjunction with print.summary.slmfit()
, the output looks similar
to output from R
's standard lm()
function.
## S3 method for class 'slmfit' summary(object, ...)
object |
is an object generated from |
... |
further arguments passed to or from other methods. |
a list with
model formula
a table of fixed effects estimates and associated standard errors
estimated spatial covariance parameter estimates
residuals
generalized r-squared.
data(exampledataset) ## load a toy data set slmobj <- slmfit(formula = counts ~ pred1 + pred2, data = exampledataset, xcoordcol = 'xcoords', ycoordcol = 'ycoords', areacol = 'areavar') summary(slmobj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.