SD_var: Standard deviation for variables in PCA

View source: R/functions.R

SD_varR Documentation

Standard deviation for variables in PCA

Description

This function allow us to find the standard deviations variable within columns of a dataframe or matrix for PCA.

Usage

SD_var(x)

Arguments

x

numeric variables used to determine principal components for subsequent PCA.

Value

the standard deviation of the variables, rounded to 2 significant digits.

Examples

SD_var(wbg)

ajnafkertesz/PCA documentation built on May 14, 2022, 12:08 a.m.