bootstrap (version 2019.6)

spatial: Spatial Test Data

Description

Twenty-six neurologically impaired children have each taken two tests of spatial perception, called "A" and "B".

Usage

data(spatial)

Arguments

Format

A data frame with 26 observations on the following 2 variables.

A

a numeric vector

B

a numeric vector

Details

In the book this is used as a test data set for bootstrapping confidence intervals.

Examples

Run this code
# NOT RUN {
str(spatial)
plot(spatial) 
abline(0,1, col="red2")
# }

Run the code above in your browser using DataLab