Learn R Programming

birdie (version 0.7.1)

birdie-family: 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")

Value

A list of class family containing the specification.

Arguments

link

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

Examples

Run this code
cat_dir()
cat_mixed()

Run the code above in your browser using DataLab