Other packages > Find by keyword >

jackstraw  

Statistical Inference for Unsupervised Learning
View on CRAN: Click here


Download and install jackstraw package within the R console
Install from CRAN:
install.packages("jackstraw")

Install from Github:
library("remotes")
install_github("cran/jackstraw")

Install by package version:
library("remotes")
install_version("jackstraw", "1.3.17")



Attach the package and use:
library("jackstraw")
Maintained by
Neo Christopher Chung
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-01-31
Latest Update: 2024-09-16
Description:
Test for association between the observed data and their estimated latent variables. The jackstraw package provides a resampling strategy and testing scheme to estimate statistical significance of association between the observed data and their latent variables. Depending on the data type and the analysis aim, the latent variables may be estimated by principal component analysis (PCA), factor analysis (FA), K-means clustering, and related algorithms. The jackstraw methods learn over-fitting characteristics inherent in this circular analysis, where the observed data are used to estimate the latent variables and used again to test against that estimated latent variables. When latent variables are estimated by PCA, the jackstraw enables statistical testing for association between observed variables and latent variables, as estimated by low-dimensional principal components (PCs). This essentially leads to identifying variables that are significantly associated with PCs. Similarly, unsupervised clustering, such as K-means clustering, partition around medoids (PAM), and others, finds coherent groups in high-dimensional data. The jackstraw estimates statistical significance of cluster membership, by testing association between data and cluster centers. Clustering membership can be improved by using the resulting jackstraw p-values and posterior inclusion probabilities (PIPs), with an application to unsupervised evaluation of cell identities in single cell RNA-seq.
How to cite:
Neo Christopher Chung (2014). jackstraw: Statistical Inference for Unsupervised Learning. R package version 1.3.17, https://cran.r-project.org/web/packages/jackstraw. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0 (2014-01-31 08:24), 1.1.1 (2017-09-04 15:54), 1.1 (2015-12-29 22:31), 1.2 (2018-08-07 23:30), 1.3.1 (2021-06-11 17:10), 1.3.8 (2022-11-25 13:10), 1.3.9 (2024-02-07 13:50), 1.3.15 (2024-08-30 11:20), 1.3 (2018-12-03 17:10)
Other packages that cited jackstraw R package
View jackstraw citation profile
Other R packages that jackstraw depends, imports, suggests or enhances
Complete documentation for jackstraw
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA