Learn R Programming

nlme (version 3.1-10)

isInitialized.reStruct: Check if an reStruct Object is Initialized

Description

Checks if all pdMat components of object have been initialized.

Usage

isInitialized(object)

Arguments

Value

a logical value indicating whether all components of object have been initialized.

See Also

initialize, reStruct

Examples

Run this code
rs1 <- reStruct(~age|Subject)
isInitialized(rs1)

Run the code above in your browser using DataLab