cos2 dans statis

From: Charline Laurent (Charline.Laurent@ifremer.fr)
Date: Wed Apr 21 2004 - 10:03:52 MEST


Bonjour,

La fonction STATIS d'ADE4 sous R crée un certain nombre de valeurs, listées
ci-dessous :

         'statis' returns a list of class 'statis' containing :

      $RV: a matrix with the all RV coefficients

   RV.eig: a numeric vector with all the eigenvalues

   RV.coo: a data frame with the array scores

tab.names: a vector of characters with the names of the arrays

$RV.tabw: a numeric vector with the array weigths

       nf: an integer indicating the number of kept axes

     rank: an integer indicating the rank of the studied matrix

     C.li: a data frame with the row coordinates

     C.Co: a data frame with the column coordinates

       T4: a data frame with the principal vectors (for each table)

       TL: a data frame with the factors (not used)

       TC: a data frame with the factors for Co

       T4: a data frame with the factors for T4

         J'aimerais récupérer les cosinus-carré entre chaque tableau
(opérateur k) et le compromis, permettant d'évaluer la qualité de
l'expression par un tableau donné de la structure du compromis. Cette
information numérique n'étant pas donnée par R, je me suis penchée sur le
programme de la fonction STATIS :

> statis
function (X, scannf = TRUE, nf = 3, tol = 1e-07)
{
......
statis$cos2 <- w
.....
}

et vers la fin du programme, la fonction crée un objet "statis$cos2"... qui
n' apparait pas dans les sorties.

J'aimerais savoir si ces valeurs correspondent effectivement aux
cosinus-carrés entre les tableaux et le compromis...

Merci
Charline Laurent



This archive was generated by hypermail 2b30 : Tue Sep 07 2004 - 13:30:56 MEST