print.kclass: S3 print method for class 'kclass'

Description Usage Arguments Value

View source: R/s3_methods.R

Description

Formats the object and prints some information when the object is entered by itself in the console.

Usage

1
2
3
## S3 method for class 'kclass'
print(object, digits = 3, print.gap = 2, quote = FALSE,
  ...)

Arguments

object

the model object returned by kclass().

digits

number of digits to display.

print.gap

the gap between each printed coefficient.

quote

logical indicating whether to quote the coefficient values.

...

other parameters passed to print.default.

Value

the object.


potterzot/rkclass documentation built on May 25, 2019, 11:24 a.m.