Learn R Programming

LiquidAssociation (version 1.26.0)

CNM-class: Class CNM

Description

This is a class representation for CNM model fitting results.

Arguments

Objects from the Class

Objects can be created by calls of the form new("CNM", ...) or the functions CNM.full-methods and CNM.simple-methods

Slots

Model:
Object of class character representing the fitted CNM model.
output:
Object of class matrix representing the parameter estimates from the fitted CNM model.

Methods

print
signature(x = "CNM"): Display CNM model fitting result.
show
signature(object = "CNM"): Display CNM model fitting result.

References

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.

See Also

related methods print, show.

Examples

Run this code
showClass("CNM")

Run the code above in your browser using DataLab