AddCompStats: Add Component Statistics to SDA object

View source: R/fxs.R

AddCompStatsR Documentation

Add Component Statistics to SDA object

Description

This function adds component statistics to SDA results.

Usage

AddCompStats(
  SDAres,
  sdThrsh = 0.04,
  maxscoreThrsh = 20,
  maxloadThrsh = 1,
  redoCalc = T
)

Arguments

SDAres

A data object of SDA results.

sdThrsh

A numeric value representing the standard deviation threshold for filtering the data.

maxscoreThrsh

An integer value representing the maximum score threshold for filtering the data.

maxloadThrsh

A numeric value representing the maximum load threshold for filtering the data.

redoCalc

A logical value indicating whether to recalculate the component statistics.

Value

A data object of SDA results with added component statistics.


bimberlabinternal/ShinySDA documentation built on Feb. 5, 2023, 7:09 a.m.