print.croc: Print method for class "croc"

Description Usage Arguments Value

View source: R/crocfuncollection.R

Description

This function provides the print method for class "croc".

Usage

1
2
## S3 method for class 'croc'
print(x, digits = max(1L, getOption("digits") - 3L), signif.stars = FALSE, ...)

Arguments

x

an object of class "croc".

digits

the number of significant digits to use when printing.

signif.stars

logical. If TRUE, ‘significance stars’ are printed for each coefficient.

getOption

????.

Value

A list of statistics????.


liffuchen/cROC documentation built on May 14, 2020, 9:08 p.m.