Learn R Programming

hpa (version 1.3.3)

coef.hpaSelection: Extract coefficients from hpaSelection object

Description

Extract coefficients from hpaSelection object

Usage

# S3 method for 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.