nlme (version 3.1-148)

isInitialized: Check if Object is Initialized

Description

Checks if object has been initialized (generally through a call to Initialize), by searching for components and attributes which are modified during initialization.

Usage

isInitialized(object)

Arguments

object

any object requiring initialization.

Value

a logical value indicating whether object has been initialized.

See Also

Initialize

Examples

Run this code
# NOT RUN {
pd1 <- pdDiag(~age)
isInitialized(pd1)
# }

Run the code above in your browser using DataCamp Workspace