summary.mytable: Summarizing function for class "mytable"

View source: R/mytable.R

summary.mytableR Documentation

Summarizing function for class "mytable"

Description

Summarizing function for class "mytable"

Usage

## S3 method for class 'mytable'
summary(object, ...)

Arguments

object

An object of class "mytable", a result of a call mytable

...

further arguments passed to or from other methods.

Examples

out=mytable(am~.,data=mtcars)
summary(out)


cardiomoon/moonBook documentation built on Jan. 3, 2024, 8:15 p.m.