Learn R Programming

nlme (version 3.1-31)

print.reStruct: Print an reStruct Object

Description

Each pdMat component of object is printed, together with its formula and the associated grouping level.

Usage

## S3 method for class 'reStruct':
print(x, sigma, reEstimates, verbose=F, ...)

Arguments

See Also

reStruct

Examples

Run this code
data(Pixel)
rs1 <- reStruct(list(Dog = ~day, Side = ~1), data = Pixel)
matrix(rs1) <- list(diag(2), 3)
print(rs1)

Run the code above in your browser using DataLab