.\" -*- nroff -*- generated from .Rd format
.BG
.FN isInitialized
.TL
Check if Object is Initialized
.DN
Checks if `object' has been initialized (generally through a call
to `initialize'), by searching for components and attributes
which are modified during initialization.
.CS
isInitialized(object)
.RA
.AG object
any object requiring initialization.
.RT
a logical value indicating whether `object' has been
initialized.

.SA
`initialize'
.EX
pd1 <- pdDiag(~age)
isInitialized(pd1)
.KW models
.WR
