print.summary.cotframe {mpitbR}R Documentation

Print Summary function of summary.cotframe object

Description

Print Summary function of summary.cotframe object

Usage

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

Arguments

x

the "summary.cotframe"-class object

digits

controls number of digits printed in output.

signif.stars

should significance stars be printed alongside output.

...

optional arguments

Value

summarized object with nice format


[Package mpitbR version 1.0.0 Index]