mim.formula: Create a 'formula.anoint' object

anoint.formulaR Documentation

Create a formula.anoint object

Description

Create formula for use with anoint.

Usage

anoint.formula(formula=y~(a+b)*trt,family="binomial")

Arguments

formula

formula specifying analysis of interaction model

family

string indicating model family, should be one of glm families or coxph

Details

The formula should have all subgroups enclosed in parantheses and the treatment variable as an interaction, as shown in default.

Value

Returns instance of formula.anoint class.

Author(s)

Stephanie Kovalchik <s.a.kovalchik@gmail.com>

See Also

formula.anoint-class,anoint

Examples


anoint.formula()


anoint documentation built on Sept. 11, 2024, 8:49 p.m.

Related to mim.formula in anoint...