Learn R Programming

ArArRedux (version 1.0)

summary.results: Summary table

Description

Plots the ages and their standard errors

Usage

# S3 method for results
summary(object, ...)

Arguments

object

an objct of class results

...

no other arguments

Examples

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

Run the code above in your browser using DataLab