Learn R Programming

CMHNPA (version 1.1.1)

corn: Corn data

Description

Corn yields when grown by four different methods.

Usage

data(corn)

Arguments

Format

A data frame with 34 rows and two columns.

method

one of four different methods used to grow corn

outcome

corn yield categorised into four levels

References

Rayner, J.C.W. and Best, D.J. (2001). A Contingency Table Approach to Nonparametric Testing. Chapman & Hall/CRC: Boca Raton FL.

Examples

Run this code
attach(corn)
KW(treatment = method, response = outcome)

Run the code above in your browser using DataLab