summary.mytable: Summarizing function for class "mytable"

Description Usage Arguments Examples

View source: R/mytable.R

Description

Summarizing function for class "mytable"

Usage

1
2
## 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

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

moonBook documentation built on Jan. 5, 2022, 9:06 a.m.