Learn R Programming

CMHNPA (version 1.1.1)

intelligence: Intelligence data

Description

Intelligence scores for individuals from different age groups.

Usage

data(intelligence)

Arguments

Format

A data frame with 15 rows and two columns.

age

age of the respondents

score

intelligence score achieved

References

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

Examples

Run this code
attach(intelligence)
gen_cor(x = rank(score), y = age, U = 2, V = 2)

Run the code above in your browser using DataLab