nlme (version 3.1-86)

formula.reStruct: Extract reStruct Object Formula

Description

This method function extracts a formula from each of the components of x, returning a list of formulas.

Usage

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

Arguments

Value

a list with the formulas of each component of x.

See Also

formula

Examples

Run this code
rs1 <- reStruct(list(A = pdDiag(diag(2), ~age), B = ~1))
formula(rs1)

Run the code above in your browser using DataLab