perform_pca: Example dataset Model data using Principal Components...

View source: R/perform_pca.R

perform_pcaR Documentation

Example dataset Model data using Principal Components analysis

Description

Perform data modelling using principal components analysis

Usage

perform_pca(provided_dataset)

Arguments

provided_dataset

This is the dataset that is procided to the function

Value

modelled_data

Author(s)

Miss Oriade Latifah Simpson, s172084@dtu.dk

Examples

data("wide_wide_west")
west_data_wide
pca_fit <- perform_pca(west_data_wide)
pca_fit

rforbiodatascience22/Twenty documentation built on May 13, 2022, 8:14 p.m.