CNM-class {LiquidAssociation} | R Documentation |
This is a class representation for CNM model fitting results.
Objects can be created by calls of the form new("CNM", ...)
or the functions CNM.full-methods
and CNM.simple-methods
Model
:Object of class character
representing the fitted CNM model.
output
:Object of class matrix
representing the parameter estimates from the fitted CNM model.
signature(x = "CNM")
: Display CNM model fitting result.
signature(object = "CNM")
: Display CNM model fitting result.
The usage of this class is demonstrated in the vignette.
Yen-Yi Ho
Yen-Yi Ho, Leslie Cope, Thomas A. Louis, and Giovanni Parmigiani, GENERALIZED LIQUID ASSOCIATION (April 2009). Johns Hopkins University, Dept. of Biostatistics Working Papers. Working Paper 183. http://www.bepress.com/jhubiostat/paper183. Yen-Yi Ho, Leslie Cope, Thomas A. Louis, and Giovanni Parmigiani, GENERALIZED LIQUID ASSOCIATION (April 2009). Johns Hopkins University, Dept. of Biostatistics Working Papers. Working Paper 183. http://www.bepress.com/jhubiostat/paper183.
showClass("CNM")