coef.hpaSelection: Extract coefficients from a hpaSelection object

coef.hpaSelectionR Documentation

Extract coefficients from a hpaSelection object

Description

Extract coefficients from a 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 parameter values will be returned. If "selection" then selection equation coefficient estimates will be provided. If "outcome" then outcome equation coefficient estimates will be returned.


hpa documentation built on April 14, 2026, 5:09 p.m.

Related to coef.hpaSelection in hpa...