coef.censReg: Extract Model Coefficients

View source: R/coef.censReg.R

coef.censRegR Documentation

Extract Model Coefficients

Description

Extracts the model coefficients from a censored regression object: method for "censReg" object.

Usage

## S3 method for class 'censReg'
coef(object, summary = FALSE, ...)

Arguments

object

the output from censReg.

summary

include standard errors and other information?

...

further arguments passed to or from other methods.

Value

Either a names vector of the coefficients, if summary is FALSE or a matrix of the coefficients, their standard errors, z-scores, and attained p-values, if summary is TRUE.

Note

The attained p-values are computed from the log-likelihood test for AMLE regression and from a Wald chi-square test for MLE regression.

See Also

censReg,


USGS-R/smwrQW documentation built on Oct. 11, 2022, 6:13 a.m.