print.summary.lframe: Print Summary function of summary.lframe object

View source: R/summary.mpitb.R

print.summary.lframeR Documentation

Print Summary function of summary.lframe object

Description

Print Summary function of summary.lframe object

Usage

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

Arguments

x

the "summary.lframe"-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


mpitbR documentation built on April 3, 2025, 11:05 p.m.