coef is a generic function which extracts model coefficients from objects returned by modeling functions. coefficients is an alias for it.
# S3 method for sarprobit
coef(object, ...)
# S3 method for sarprobit
coefficients(object, ...)
# S3 method for semprobit
coef(object, ...)
# S3 method for semprobit
coefficients(object, ...)
# S3 method for sartobit
coef(object, ...)
# S3 method for sartobit
coefficients(object, ...)vector of named model coefficients
class sarprobit, semprobit or sartobit with model fits
Additional arguments
Stefan Wilhelm <wilhelm@financial.com>