Learn R Programming

moonBook (version 0.3.1)

summary.mytable: Summarizing function for class "mytable"

Description

Summarizing function for class "mytable"

Usage

# S3 method for 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

Run this code
# NOT RUN {
out=mytable(am~.,data=mtcars)
summary(out)

# }

Run the code above in your browser using DataLab