print.spbp: Bernstein Polynomial Based Regression Object Print

Description Usage Arguments Value

View source: R/print.spbp.R

Description

Bernstein Polynomial Based Regression Object Print

Usage

1
2
3
4
5
6
7
## S3 method for class 'spbp'
print(
  x,
  digits = max(getOption("digits") - 4, 3),
  signif.stars = getOption("show.signif.stars"),
  ...
)

Arguments

x

an object of class spbp

digits

number of digits to display

signif.stars

see getOption

...

further arguments passed to or from other methods

Value

none


spsurv documentation built on April 14, 2020, 7:20 p.m.