coef.epmrob {epmrob}R Documentation

Extract Coefficients from the Robust Endogenous Probit Model Fit

Description

Returns the coefficients of the robust two-stage estimator for endogenous probit model.

Usage

## S3 method for class 'epmrob'
coef(object, ...)

Arguments

object

object of class "epmrob".

...

currently not used.

Value

Returns a list of two vectors of parameters of two stages.

R

coefficients of the reduced equation.

O

coefficients of the outcome equation.

Author(s)

Mikhail Zhelonkin, Andre Bik, Andrea Naghi


[Package epmrob version 0.1 Index]