Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

coef.summary.censReg

Coefficients of Censored Regression Models and their Statistical Properties


Description

This function returns the estimated coefficients of censored regression models as well as their standard errors, z-values, and P-values.

Usage

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

Arguments

object

object of class "summary.censReg" (returned by summary.censReg).

logSigma

logical value indicating whether the variance(s) of the model should be returned logarithmized.

...

currently not used.

Value

coef.summary.censReg returns an matrix, where each row corresponds to one coefficient and the 4 rows contain the estimated coefficients, their standard errors, z-values, and P-values.

Author(s)

Arne Henningsen

See Also

Examples

## Kleiber & Zeileis ( 2008 ), page 142
data( "Affairs", package = "AER" )
estResult <- censReg( affairs ~ age + yearsmarried + religiousness +
   occupation + rating, data = Affairs )
coef( summary( estResult ) )

censReg

Censored Regression (Tobit) Models

v0.5-32
GPL (>= 2)
Authors
Arne Henningsen <arne.henningsen@gmail.com>
Initial release
2020-08-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.