print.dtest: Print Objects of Type dtest

View source: R/glm.R

print.dtestR Documentation

Print Objects of Type dtest

Description

Print Objects of Type dtest

Usage

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

Arguments

x

an object of class "dtype", a result of a call to deviance_test

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.