Softwares

R Packages

To install a package on GitHub, run the following code on the R console. Note that the following code may need to be run with administrative privileges.

install.packages("devtools") ## if the devtools package is not installed

library(devtools)

install_github("michioyamamoto/grc") ## Replace the "grc" with another package name.
  • fgrc: Functional Generalized Reduced Clustering Analysis
    • R functions for the functional generalized reduced clustering analysis developed by Yamamoto and Hwang (2017), which estimates an optimal cluster structure of functions as well as an optimal subspace for clustering simultaneously. This package also includes functions for functional principal component k-means (FPCK; Yamamoto, 2012) and functional factorial k-means (FFKM; Yamamoto and Terada, 2014). All of these methods can find clusters from multivariate functional data. This is available on GitHub. Note that “grc” package must be installed beforehand in order to install this package.
  • grc: Generalized Reduced Clustering Analysis
    • Functions for the generalized reduced clustering analysis developed by Yamamoto and Hwang (2014), which estimates an optimal subspace of multi-dimensional variables for identifying a cluster structure of objects. This is available on GitHub.
  • cbird: Clustering of Multivariate Binary Data with Dimension Reduction via L1-Regularized Likelihood Maximization
    • Functions for the clustering of multivariate binary data with reducing the dimensionality (CLUSBIRD) proposed by Yamamoto and Hayashi (2015), which estimates low-dimensional scores for subjects after estimating cluster structure. This is available on GitHub.
  • obliclus: A Cluster-Based Factor Rotation Technique
    • Yamamoto and Jennrich (2013) proposed factor rotation techniques to identify a simple and well-clustered structure in a factor loading matrix. The techniques are available on GitHub.
  • fanc: Sparse Estimation via Non-Concave Penalized Likelihood in Factor Analysis Model
    • Functions for the penalized maximum likelihood estimates of factor loadings and unique variances for various tuning parameters proposed by Hirose and Yamamoto (2014, 2015). This package also includes a graphical tool that outputs a path diagram, goodness-of-fit indices, and model selection criteria for each regularization parameter. The graphical tool has been introduced by Yamamoto, Hirose, and Nagata (2017). This is available on CRAN, and the maintainer is Dr. Kei Hirose.
Translate this web page »