R/print.summary.INPROCreg.R

Defines functions print.summary.INPROCreg

print.summary.INPROCreg <-
function(x,...) {
	print.INPROCreg(x)
	if(x$pvalue != -1) {
		cat("\n----------------------------------------------")
		cat(paste("\nTest for continuous covariate effect (p-value): ",round(x$pvalue,4), "\n ",sep=""))
	}
	invisible(x)
}

Try the npROCRegression package in your browser

Any scripts or data that you put into this service are public.

npROCRegression documentation built on Aug. 31, 2023, 5:15 p.m.