Learn R Programming

robustfa (version 1.1-0)

Object Oriented Solution for Robust Factor Analysis

Description

Outliers virtually exist in any datasets of any application field. To avoid the impact of outliers, we need to use robust estimators. Classical estimators of multivariate mean and covariance matrix are the sample mean and the sample covariance matrix. Outliers will affect the sample mean and the sample covariance matrix, and thus they will affect the classical factor analysis which depends on the classical estimators (Pison, G., Rousseeuw, P.J., Filzmoser, P. and Croux, C. (2003) ). So it is necessary to use the robust estimators of the sample mean and the sample covariance matrix. There are several robust estimators in the literature: Minimum Covariance Determinant estimator, Orthogonalized Gnanadesikan-Kettenring, Minimum Volume Ellipsoid, M, S, and Stahel-Donoho. The most direct way to make multivariate analysis more robust is to replace the sample mean and the sample covariance matrix of the classical estimators to robust estimators (Maronna, R.A., Martin, D. and Yohai, V. (2006) ) (Todorov, V. and Filzmoser, P. (2009) ), which is our choice of robust factor analysis. We created an object oriented solution for robust factor analysis based on new S4 classes.

Copy Link

Version

Install

install.packages('robustfa')

Monthly Downloads

256

Version

1.1-0

License

GPL (>= 2)

Maintainer

Frederic Bertrand

Last Published

April 16th, 2023

Functions in robustfa (1.1-0)

compute_cov_cor

Compute the Robust Covariance and Correlation Matrix of A Numeric Matrix
getQuan-methods

Access n.obs slot
fsOrder

Compute the Ordered Factor Scores
getLoadings-methods

Access Loadings slot
getEigenvalues-methods

Access Eigenvalues slot
getCenter-methods

Access Center slot
factorScorePca

Factor Analysis by Principal Component Analysis (PCA)
factorScorePfa

Factor Analysis by Principal Factor Analysis (PFA)
getFa-methods

Access slots of "Fa"
stock611

The Stocks Data - Year 2001
plot-methods

Plot an object of class "Fa"
getScores-methods

Access Scores slot
myFaPrint

Show/Print/Display an Object
getSdev-methods

Access Standard Deviation slot
summary-methods

Summary an Object
myplotDD

Distance-Distance Plot
robustfa-package

An Object Oriented Solution for Robust Factor Analysis
print-methods

Print/Display an Object
predict-methods

Calculates prediction
detail

Show Details of an Object
SummaryFa-class

Class "SummaryFa"
FaClassic

Classical Factor Analysis
FaClassic-class

Class "FaClassic"
FaRobust-class

Class "FaRobust"
Ulogical-class

Class "Ulogical"
FaCov-class

Class "FaCov"
Fa-class

Class "Fa"
computeScores

Compute Factor Scores
FaCov

Robust Factor Analysis
Unumeric-class

Class "Unumeric"