Last chance! 50% off unlimited learning
Sale ends in
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)
any object requiring initialization.
a logical value indicating whether object
has been
initialized.
# NOT RUN {
pd1 <- pdDiag(~age)
isInitialized(pd1)
# }
Run the code above in your browser using DataLab