print.mcca.ccp: Print Method for mcca ccp class

Description Usage Arguments Value Author(s) References Examples

View source: R/utils.R

Description

An S3 method for the print generic. It is designed for a quick look at CCP values.

Usage

1
2
## S3 method for class 'mcca.ccp'
print(x, ...)

Arguments

x

object of class 'mcca.ccp'.

...

further arguments to 'print.default'.

Value

An object of class "mcca.ccp" is a list containing at least the following components:

call

the matched call.

measure

the value of measure.

table

the category-specific value of measure.

Author(s)

Ming Gao: gaoming@umich.edu

Jialiang Li: stalj@nus.edu.sg

References

Li, J., Jiang, B. and Fine, J. P. (2013). Multicategory reclassification statistics for assessing Improvements in diagnostic accuracy. Biostatistics. 14(2): 382-394.

Li, J., Jiang, B., and Fine, J. P. (2013). Letter to Editor: Response. Biostatistics. 14(4): 809-810.

Examples

1
2
3
4
data = iris[, 1:4]
label = iris[, 5]
ccp_object=ccp(y = label, d = data, method = "multinom",maxit = 1000,MaxNWts = 2000,trace=FALSE)
print(ccp_object)

mcca documentation built on Dec. 20, 2019, 9:07 a.m.