Learn R Programming

RPEnsemble (version 0.5)

R: A rotation matrix

Description

The 100 by 100 rotation matrix used in Model 2 in Cannings and Samworth (2017).

Usage

data(R)

Arguments

Format

A 100 by 100 rotation matrix

References

Cannings, T. I. and Samworth, R. J. (2017) Random-projection ensemble classification, J. Roy. Statist. Soc., Ser. B. (with discussion), 79, 959--1035

Examples

Run this code
# NOT RUN {
data(R)
head(R%*%t(R))
# }

Run the code above in your browser using DataLab