IRIS Flower Data Set
Este es el Link a Wikipedia donde podéis encontrar los datos que utilizó Fisher en su trabajo de 1936. Ya hemos trabajado con estos datos en Excel y los continuaremos usando en nuevas entradas.
En este link, podemos ver las fotos de las flores (IRIS en castellano son lírios).
Represento como LS (longitud del sépalo), AS...
Read more »
Ver primero: PCA file calculation with "R"See first: PCA file calculation with "R"Podemos ver los diferentes planos que forman los PCs entre sí, con la función "Pairs" de "R".We can see all the combinat...
Read more »
This is the first "post" of my new adventure with a software that I consider very interesting and that give to people the oportunity to work with Chemometrics ("R" is free).To follow these examples, yo can download the following article:"Multivariate S...
Read more »
X es la matriz centrada (X is the centered matrix). Xcov es la matriz de covarianzas de X (Xcov is the covariance matrix of X).Con la función "eigen" calculamos los "eigenvectors" y "eigenvalues" de Xcov.(With the function "eigen" we calculate the "ei...
Read more »