Learn R Programming

nlme (version 3.1-31)

formula.varFunc: Extract varFunc Formula

Description

This method function extracts the formula associated with a varFunc object, in which covariates and grouping factors are specified.

Usage

## S3 method for class 'varFunc':
formula(x, \dots)

Arguments

Value

if x has a formula attribute, its value is returned; else NULL is returned.

Examples

Run this code
formula(varPower(form = ~ fitted(.) | Sex))

Run the code above in your browser using DataLab