print.summary.CURobustML: Print a coefficient table

View source: R/combFun.R

print.summary.CURobustMLR Documentation

Print a coefficient table

Description

Print a coefficient table

Usage

## S3 method for class 'summary.CURobustML'
print(
  x,
  digits = max(3L, getOption("digits") - 3L),
  signif.stars = getOption("show.signif.stars"),
  ...
)

Arguments

x

object of class summary

digits

integer indicating the number of decimal places

signif.stars

whether to add significant starts

...

additional arguments ...


youmisuk/CURobustML documentation built on Sept. 11, 2022, 11:04 a.m.