Rdocumentation
powered by
Learn R Programming
lme4 (version 0.4-3)
isInitialized: Check for initialization
Description
A generic function. Methods for specific classes should return
TRUE
if
object
is initialized, otherwise
FALSE
.
Usage
isInitialized(object)
Arguments
object
An object that may or may not be initialized.
Value
A logical value indicating if the object is initialized.