CNM-class {LiquidAssociation}R Documentation

Class CNM

Description

This is a class representation for CNM model fitting results.

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.

Note

The usage of this class is demonstrated in the vignette.

Author(s)

Yen-Yi Ho

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

showClass("CNM")

[Package LiquidAssociation version 1.46.0 Index]