coef.hpaSelection {hpa}R Documentation

Extract coefficients from hpaSelection object

Description

Extract coefficients from hpaSelection object

Usage

## S3 method for class 'hpaSelection'
coef(object, ..., type = "all")

Arguments

object

Object of class "hpaSelection"

...

further arguments (currently ignored)

type

character; if "all" (default) then all estimated parameters values will be returned. If "selection" then selection equation coefficients estimates will be provided. If "outcome" then outcome equation coefficients estimates will be returned.


[Package hpa version 1.3.3 Index]