print.INPROCreg {npROCRegression}R Documentation

Print method for INPROCreg objects

Description

Print method for INPROCreg objects

Usage

## S3 method for class 'INPROCreg'
print(x, ...)

Arguments

x

an object of class INPROCreg as produced by INPROCreg()

...

further arguments passed to or from other methods. Not yet implemented

Author(s)

Maria Xose Rodriguez - Alvarez and Javier Roca-Pardinas

See Also

See Also as INPROCreg.

Examples

data(endosim)
# Evaluate the effect of age on the accuracy of the body mass index for males
m0.men <- INPROCreg(marker = "bmi", covariate = "age", group = "idf_status", 
						tag.healthy = 0, 
						data = subset(endosim, gender == "Men"), 
						ci.fit = FALSE, test = FALSE, 
						accuracy = c("EQ","TH"),
						accuracy.cal="AROC", 
						control=controlINPROCreg(p=1,kbin=30,step.p=0.01), 
						newdata = data.frame(age = seq(18,85,l=50)))
m0.men						
summary(m0.men)
plot(m0.men)

[Package npROCRegression version 1.0-7 Index]