"cgm" Object
cgm.
print.cgm(x, ...)
"cgm" to be printed.
"cgm" object.
This is a method for the function
print for objects inheriting
from class
"cgm". See
or
for the
general behavior of this function.
missmodel1 <- completeCgm(language[,c("LAN", "SEX", "HGPA", "FLAS")],
subset=!(is.na(SEX) | is.na(HGPA)),prior=1)
cgmObject <- missmodel1$paramIter
#The following are equivalent
print(cgmObject)
print.cgm(cgmObject)
cgmObject