Learn R Programming

nutshell (version 1.02)

mort06.smpl: US Mortality Data, 2006

Description

A 10 This data set is used as an example in the book "R in a Nutshell" from O'Reilly Media.

Usage

data(mort06.smpl)

Arguments

source

http://www.cdc.gov/nchs/data_access/Vitalstatsonline.htm

Details

This data set is used as an example in the book "R in a Nutshell" from O'Reilly Media.

Examples

Run this code
data(mort06.smpl)
aov(age~Cause,data=mort06.smpl)
model.tables(aov(age~Cause, data=mort06.smpl))

Run the code above in your browser using DataLab