birdie-family {birdie}R Documentation

BIRDiE Complete-Data Model Families

Description

BIRDiE supports a number of complete-data outcome models, including categorical regression models. Models specific to BIRDiE are listed here. See the Details section of [birdie()] for more information about each model.

Usage

cat_dir(link = "identity")

cat_mixed(link = "softmax")

Arguments

link

The link function. Only one option available for categorical regression models.

Value

A list of class 'family' containing the specification.

Examples

cat_dir()
cat_mixed()


[Package birdie version 0.6.1 Index]