isInitialized(object)
object
| any object requiring initialization. |
object
has been initialized (generally through a call
to initialize
), by searching for components and attributes
which are modified during initialization.object
has been
initialized.initialize
library(lme) pd1 <- pdDiag(~age) isInitialized(pd1)