summary.cbind.mytable: Summarizing function for class "cbind.mytable"

Description Usage Arguments Examples

View source: R/mytable.R

Description

Summarizing function for class "cbind.mytable"

Usage

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

Arguments

object

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

...

further arguments passed to or from other methods.

Examples

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

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