labels.spmodel | R Documentation |
Find a suitable set of labels from a fitted model object.
## S3 method for class 'splm'
labels(object, ...)
## S3 method for class 'spautor'
labels(object, ...)
## S3 method for class 'spglm'
labels(object, ...)
## S3 method for class 'spgautor'
labels(object, ...)
object |
A fitted model object from |
... |
Other arguments. Not used (needed for generic consistency). |
A character vector containing the terms used for the fixed effects from a fitted model object.
spmod <- splm(z ~ water + tarp,
data = caribou,
spcov_type = "exponential", xcoord = x, ycoord = y
)
labels(spmod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.