print.logreg_screenr: An S3 Print Method for 'screenr' Objects

View source: R/print-methods.R

print.logreg_screenrR Documentation

An S3 Print Method for screenr Objects

Description

print.logreg_screenr is a print method for logreg_screenr-class objects.

Usage

## S3 method for class 'logreg_screenr'
print(x, ..., quote = FALSE)

Arguments

x

an object of class logreg_screenr.

...

optional arguments to print methods.

quote

logical indicator for whether or not strings should be printed.

Value

Nothing. Thresholds, specificities and sensitivities are printed as a side effect.

Examples

attach(uniobj2)
print(uniobj2)


sgutreuter/screenr documentation built on Nov. 20, 2022, 2:41 a.m.