print.DNPROCreg {npROCRegression}R Documentation

Print method for DNPROCreg objects

Description

Print method for DNPROCreg objects

Usage

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

Arguments

x

an object of class DNPROCreg as produced by DNPROCreg()

...

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 DNPROCreg.

Examples

data(endosim)
# Fit a model including the interaction between age and gender.
m0 <- DNPROCreg(marker = "bmi", formula.h = "~ gender + s(age) + s(age, by = gender)", 
				formula.ROC = "~ gender + s(age) + s(age, by = gender)", 
				group = "idf_status", 
				tag.healthy = 0, 
				data = endosim, 
				control = list(card.P=50, kbin=30, step.p=0.02), 
				ci.fit = FALSE, 
				test.partial = NULL,
				newdata = NULL)
m0				
summary(m0)				
plot(m0)

[Package npROCRegression version 1.0-7 Index]