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]
First Published: 2014-01-31
Latest Update: 2024-02-07
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 13 Apr. 2025.
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
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/11Downloads for jackstraw051015202530TrendBars

Today's Hot Picks in Authors and Packages

LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
Download / Learn more Package Citations See dependency  
ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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