Learn R Programming

ArArRedux (version 0.1)

summary.results: Summary table

Description

Plots the ages and their standard errors

Usage

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

Arguments

object
an objct of class results
...
no other arguments

Examples

Run this code
data(Melbourne)
ages <- process(Melbourne$X,Melbourne$irr,Melbourne$fract)
summary(ages)[1:5,]

Run the code above in your browser using DataLab