coef.hpaSelection: Extract coefficients from hpaSelection object

coef.hpaSelectionR 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.


hpa documentation built on May 31, 2023, 8:25 p.m.

Related to coef.hpaSelection in hpa...