coef.censReg | R Documentation |
Extracts the model coefficients from a censored regression object: method for "censReg" object.
## S3 method for class 'censReg' coef(object, summary = FALSE, ...)
object |
the output from |
summary |
include standard errors and other information? |
... |
further arguments passed to or from other methods. |
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
.
The attained p-values are computed from the log-likelihood test for AMLE regression and from a Wald chi-square test for MLE regression.
censReg
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.