Learn R Programming

msma (version 3.1)

Multiblock Sparse Multivariable Analysis

Description

Several functions can be used to analyze multiblock multivariable data. If the input is a single matrix, then principal components analysis (PCA) is implemented. If the input is a list of matrices, then multiblock PCA is implemented. If the input is two matrices, for exploratory and objective variables, then partial least squares (PLS) analysis is implemented. If the input is two lists of matrices, for exploratory and objective variables, then multiblock PLS analysis is implemented. Additionally, if an extra outcome variable is specified, then a supervised version of the methods above is implemented. For each method, sparse modeling is also incorporated. Functions for selecting the number of components and regularized parameters are also provided.

Copy Link

Version

Install

install.packages('msma')

Monthly Downloads

176

Version

3.1

License

GPL (>= 2)

Maintainer

Atsushi Kawaguchi

Last Published

February 14th, 2024

Functions in msma (3.1)

plot.msma

Plot msma
regparasearch

Regularized Parameters Search
hcmsma

Hierarchical cluster analysis
cvmsma

Cross-Validation
msma_OneComp

Internal functions
ncompsearch

Search for Number of Components
optparasearch

Parameters Search
msma

Multiblock Sparse Partial Least Squares
predict.msma

Prediction
summary.msma

Summarizing Fits
simdata

Simulate Data sets
strsimdata

Structured Simulate Data sets
msma-package

Multiblock Sparse Matrix Analysis Package