Learn R Programming

finalfit (version 1.0.8)

ff_parse_formula: Parse a formula to finalfit grammar

Description

Parse a formula to finalfit grammar

Usage

ff_parse_formula(.formula)

Value

A list containing dependent, explanatory and random effects variables

Arguments

.formula

an object of class "formula" (or one that can be coerced to that class).

Examples

Run this code
ff_parse_formula(mort ~ age + sex + (1 | hospital))

Run the code above in your browser using DataLab