PcaNA-class | R Documentation |
Contains the results of the computations of classical and robust principal components for incomplete data using an EM algorithm as descibed by Serneels and Verdonck (2008)
Objects can be created by calls of the form new("PcaNA", ...)
but the
usual way of creating PcaNA
objects is a call to the function
PcaNA
which serves as a constructor.
call
, center
, scale
, loadings
,
eigenvalues
, scores
, k
,
sd
, od
, cutoff.sd
, cutoff.od
,
flag
, n.obs
:from the "Pca-class"
class.
Ximp
:the data matrix with imputed missing values
Class "Pca-class"
, directly.
signature(obj = "PcaNA")
: ...
Valentin Todorov valentin.todorov@chello.at
Serneels S & Verdonck T (2008), Principal component analysis for data containing outliers and missing elements. Computational Statistics and Data Analisys, 52(3), 1712–1727 .
Todorov V & Filzmoser P (2009), An Object Oriented Framework for Robust Multivariate Analysis. Journal of Statistical Software, 32(3), 1–47. <doi:10.18637/jss.v032.i03>.
PcaRobust-class
, Pca-class
,
PcaClassic
, PcaClassic-class
showClass("PcaNA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.