get.limits.PCA.indivduals: Projections onto PCA

View source: R/get.limits.PCA.indivduals.r

get.limits.PCA.indivdualsR Documentation

Projections onto PCA

Description

Calculate the interval projection onto the principal components

Usage

get.limits.PCA.indivduals(
  sym.data,
  matrix.stan,
  min.stan,
  max.stan,
  svd,
  nn,
  mm
)

Arguments

sym.data

An interval matrix

matrix.stan

A standardized matrix

min.stan

A matrix of minimum values standardized for each interval

max.stan

A matrix of maximum values standardized for each interval

svd

An eigen vectors matrix

nn

Number of concepts

mm

Number of variables

Value

Concept Projections onto the principal components


RSDA documentation built on Nov. 10, 2023, 5:06 p.m.