coef.sarprobit: Extract Model Coefficients

View source: R/SpatialProbit-MCMC.R View source: R/sarprobit.R

coef.sarprobitR Documentation

Extract Model Coefficients

Description

coef is a generic function which extracts model coefficients from objects returned by modeling functions. coefficients is an alias for it.

Usage

## 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, ...)

Arguments

object

class sarprobit, semprobit or sartobit with model fits

...

Additional arguments

Value

vector of named model coefficients

Author(s)

Stefan Wilhelm <wilhelm@financial.com>


spatialprobit documentation built on Aug. 22, 2023, 9:09 a.m.