View source: R/SpatialProbit-MCMC.R
coef.sarprobit | R Documentation |
coef is a generic function which extracts model coefficients from objects returned by modeling functions. coefficients is an alias for it.
## S3 method for class 'sarprobit'
coef(object, ...)
## S3 method for class 'sarprobit'
coefficients(object, ...)
## S3 method for class 'semprobit'
coef(object, ...)
## S3 method for class 'semprobit'
coefficients(object, ...)
## S3 method for class 'sartobit'
coef(object, ...)
## S3 method for class 'sartobit'
coefficients(object, ...)
object |
class |
... |
Additional arguments |
vector of named model coefficients
Stefan Wilhelm <wilhelm@financial.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.