perform_pca | R Documentation |
Perform data modelling using principal components analysis
perform_pca(provided_dataset)
provided_dataset |
This is the dataset that is procided to the function |
modelled_data
Miss Oriade Latifah Simpson, s172084@dtu.dk
data("wide_wide_west") west_data_wide pca_fit <- perform_pca(west_data_wide) pca_fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.