isInitialized.Rd
Checks if object
has been initialized (generally through a call
to Initialize
), by searching for components and attributes
which are modified during initialization.
isInitialized(object)
a logical value indicating whether object
has been
initialized.
pd1 <- pdDiag(~age)
isInitialized(pd1)
#> [1] FALSE