Learn R Programming

mulgar (version 1.0.5)

box: 3D plane in 5D

Description

This data is simulated to use for testing. It has three dimensions of variability and two of noise. It is created from a 3 factor model. All variables are linearly associated.

Arguments

Format

A dataset with 200 rows and 5 columns

Details

x1, x2, x3, x4, x5

five numeric variables

See Also

plane

Examples

Run this code

box_pca <- prcomp(box)
ggscree(box_pca)

Run the code above in your browser using DataLab