summary.cbind.mytable {moonBook}R Documentation

Summarizing function for class "cbind.mytable"

Description

Summarizing function for class "cbind.mytable"

Usage

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

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

[Package moonBook version 0.3.1 Index]