| PCA: number of new variables (principal components) | 
           | 
        (0=automatic) (max={{max}}) | 
| Filters | |
|---|---|
| {{nom_categoria}} | |
| {{cat}} | {{nom}} | 
|---|---|
| {{categories[i][j]}} | {{cela}} | 
        {{resultat_pca.info.join(", ")}}
      
    | variable | PC{{i+1}} | 
|---|---|
| {{nom}} | {{resultat_pca.loadings[j][i].toFixed(2)}} | 
| obs | PC{{i+1}} | 
|---|---|
| {{i}} | {{resultat_pca.scores[j][i].toFixed(2)}} | 
| {{nom_variable}} | |||
|---|---|---|---|
| Group {{i+1}}: {{pob.filtres}} | |||
| {{n}} | |||
| p-value | 
             
              {{r.pvalue.toFixed(4)}}
             
            
  |