LeiGao0203

50 mods across 1 repository, 11 stars between them.

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

A workflow for exploratory factor analysis (EFA), a method for discovering hidden dimensions behind measurements such as questionnaire items. It includes factor extraction, rotation, interpretation, and Cronbach’s alpha reliability analysis.

11 1mo ago A 136 tokens

medical-stat-gee

06

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

A workflow for generalized estimating equations (GEE), a method for analyzing repeated measurements or observations grouped within subjects. It estimates average effects across a population while accounting for within-group correlation.

11 1mo ago A 129 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

A workflow for latent profile analysis, which uses continuous measurements to identify unobserved patient subtypes or profiles. It compares Gaussian mixture models with different numbers of profiles and variance structures.

11 1mo ago A 152 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

An R-language guide for logistic regression, a statistical method for modeling outcomes such as yes/no results or categories from one or more predictors. It covers several logistic regression types and ways to interpret and assess the models.

11 1mo ago A 173 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

A set of R-language guidance for multi-factor analysis of variance (ANOVA), a method for studying how two or more factors affect a continuous measurement. It covers factorial, orthogonal, nested, and split-plot designs, including interactions between factors.

11 1mo ago A 139 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

A set of R methods for predicting a continuous outcome from several input variables at once. It covers model building, variable selection, variance inflation factor checks for overlapping predictors, residual analysis, and diagnostics.

11 1mo ago A 140 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

A set of R methods for analysing hierarchical or repeated-measurement data with mixed-effects models. These models account for observations grouped within units such as patients within hospitals or repeated measurements within people.

11 1mo ago A 176 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

An R-language guide to partial correlation and canonical correlation. Partial correlation measures the relationship between two variables after accounting for a third; canonical correlation examines relationships between two groups of variables.

11 1mo ago A 98 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

An R-language method called principal component regression. It uses components extracted by principal component analysis as regression inputs, which can reduce problems caused by closely related predictors.

11 1mo ago A 100 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

An R-language guide to making charts from principal component analysis (PCA), a method that summarizes many related measurements into fewer dimensions. It covers scree plots, variable loading plots, sample score plots, and biplots.

11 1mo ago A 131 tokens

medical-stat-pca

17

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

An R-language guide to principal component analysis (PCA), a method that reduces many related measurements to a smaller set of summary dimensions. It covers extracting components and calculating component scores with prcomp() and FactoMineR.

11 1mo ago A 126 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

Regression methods for count data, such as numbers of cases or events, using R. Poisson regression is suited to ordinary count data, while negative binomial regression is used when the counts vary more than Poisson regression allows.

11 1mo ago A 154 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

Methods for turning categories, such as treatment groups or education levels, into variables that regression models can use in R. They include several coding schemes and ways to choose the reference group.

11 1mo ago A 155 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

A statistical method for comparing measurements from the same people at multiple times, using R. It covers one-factor and two-factor repeated-measures designs and checks whether key assumptions hold.

11 1mo ago A 194 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

A check for sphericity, an assumption about how repeated measurements relate to one another in repeated-measures ANOVA. It uses Mauchly's test and provides corrections when that assumption is not met.

11 1mo ago A 133 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

Methods for testing models that describe relationships between measured variables and hidden concepts, called latent variables, using R and the lavaan package. They include confirmatory factor analysis, path analysis, and structural equation modeling.

11 1mo ago A 150 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

Charts for showing how survival changes over time, using the survminer package in R. They include Kaplan–Meier curves, cumulative-risk curves, participant counts still being followed, and statistical annotations.

11 1mo ago A 140 tokens

LeiGao0203/R-Medical-Statistics-Skills

Skill Claude CodeCodex

Statistical methods for time-to-event data, such as time until death, relapse, or another outcome, using R. It includes Kaplan–Meier estimates, log-rank tests, and Cox regression, which estimates how factors relate to event risk over time.

11 1mo ago A 124 tokens