compute_explained_variance: Compute explained variance

View source: R/plot_mds.R

compute_explained_varianceR Documentation

Compute explained variance

Description

This is an internal function used to compute the explained variance by each of the Principal Components.

Usage

compute_explained_variance(screenR_Object)

Arguments

screenR_Object

The Object of the package

Value

A data.frame containing all the information of the variance expressed by the components

Examples

object <- get0("object", envir = asNamespace("ScreenR"))

compute_explained_variance(object)

EmanuelSoda/ScreenR documentation built on Sept. 29, 2023, 12:33 a.m.