print.HLtest: Print Objects of Type HLtest

View source: R/glm.R

print.HLtestR Documentation

Print Objects of Type HLtest

Description

Print Objects of Type HLtest

Usage

## S3 method for class 'HLtest'
print(
  x,
  format = c("default", "tibble", "text"),
  digits = 4,
  digits.df = 0,
  digits.stat = digits,
  digits.p = digits,
  ...
)

Arguments

x

an object of class "HLtest", a result of a call to HosmerLemeshow

format

format of the output

digits

if format is text, default decimal digits to print

digits.df

if format is text, df decimal digits to print

digits.stat

if format is text, test statistic decimal digits to print

digits.p

if format is text, p-value decimal digits to print

...

additional parameters passed to other functions


the-mad-statter/washu documentation built on May 5, 2024, 10:26 a.m.