Search
-
Updated Posts
Posts
- Case Studies (11)
- Graphics (14)
- Methods (10)
- News (23)
- Publications (13)
- Research (12)
Author Archives: chua
Web-interface
R package and Methods: IPCA and sparse IPCA functions have been implemented (as well as their associated S3 functions). IPCA stands for Principal Component Analysis with Independent Loadings. It is a combination of the advantages of both PCA and Independent … Continue reading
Posted in Case Studies, Graphics, Methods, News, Publications, Research
Comments Off
New Graphics: network & cim
New S3 method network and cim for results from PLS model New code for the valid function to PLS-DA and SPLS-DA models validation The S3 method plot.valid was modified to display graphical results from valid function for PLS-DA and SPLS-DA models cim and network functions were … Continue reading
Posted in Case Studies, Graphics, Methods, News, Publications, Research
Comments Off
New Function: (s)PCA added
New function pca and spca are now available to perform Principal Component Analysis (PCA) and sparse PCA for variable selection The S3 methods plotVar, plot3dVar, plotIndiv, plot3dIndiv were modified to generate graphical results for pca and spca
Posted in Case Studies, Graphics, Methods, News, Publications, Research
Comments Off
New function: plot.valid
New function plot.valid to display the results of the valid function New code for imgCor function for a nicer representation of the correlation matrices In predict function the argument ‘method’ were replaced by method = c(“max.dist”, “class.dist”, “centroids.dist”, “mahalanobis.dist”) The arguments dendrogram, ColSideColors and RowSideColors were added to the cim … Continue reading
Posted in Case Studies, Graphics, Methods, News, Publications, Research
Comments Off
Updating PCA & nipals
Currently improving the pca and nipals for further graphical outputs
Posted in Case Studies, Graphics, Methods, News, Publications, Research
Comments Off
(s)PLS-DA update
plsda and splsda have been further improved so that all the S3 functions predict, print, plotIndiv, plot3dIndiv can be used with these new classes Several prediction methods are now available to predict the classes of test data with plsda andsplsda, see argument ‘method’ (max.dist, class.dist, centroids.dist, mahalanobis.dist) in … Continue reading
Posted in Case Studies, Graphics, Methods, News, Publications, Research
Comments Off
(s)PLS-DA added
plsda and splsda functions are implemented to perform PLS Discriminant Analysis (PLS-DA) and sparse PLS-DA respectively breast.tumors data set is introduced to illustrate the (s)PLS-DA PCA can also been performed with missing values using the NIPALS algorithm and 3D plots are also available for PCA Network … Continue reading
Posted in Case Studies, Graphics, Methods, News, Publications, Research
Comments Off
3D plots
3D representation to display samples and variables for (r)CCA 3D representation to display samples and variables for (s)PLS The argument scaleY has been added to the pls and spls functions (s)PLS can also be applied when there is only 1 predictor variable