No articles match
Get started with rstatix8 hours ago
Describe the data | Check the assumptions | Run the omnibus test | Post-hoc comparisons | Quantify the effect | Report it | Grouped analysis in one call | Plotting and further reading
Extending factoextra to support new analysis backends8 days ago
Why this guide exists | Quick start: bring your own coordinates with as_factoextra_pca() | Non-linear embeddings (UMAP, t-SNE): use the dedicated faces | The two-layer architecture | The standardized return contract | Step 1 — Teach .get_facto_class() your class | Step 2 — Teach get_eig() your eigenvalues | Step 3 — Teach the get_*() extractor(s) | PCA | CA (and the mass helper you must not forget) | MCA | A complete worked example: ExPosition | A forward-looking template: vegan (RDA / CCA) | Testing your backend | Submitting a backend: checklist
Adding Statistical Test Results to Plots11 days ago
Pairwise brackets | Automatic bracket packing | Compact letter display | Brackets or letters? | The omnibus label | All three in one call
Forest and Estimation Plots with ggestimates()11 days ago
From a table of estimates | From a fitted model | Mean differences and linear coefficients | Sorting, banding, and the estimate column | A meta-analysis forest
ROC Curves and Diagnostic Accuracy with ggrocplot()11 days ago
A single ROC curve | Which way round? The positive class and AUC below 0.5 | The optimal cut-point | Comparing several markers | Notes
Two-Way Comparison Figures with ggcompare()11 days ago
The one-call two-way figure | It matches the by-hand analysis | Simple main effects on the plot | Customizing | Naming an effect on any plot
Combining ggpubr Plots with patchwork11 days ago
Side by side, stacked, and nested | Controlling the layout | One shared legend | Titles and panel tags | Correlation matrices | See also
Customization recipes12 days ago
Dashed curves once few patients remain at risk | Step-shaped legend keys | Mark the median survival and its confidence interval | Plot math (expressions) in the legend | One shared legend across a grid of plots | Risk table under Cox-adjusted survival curves | Risk table under ggadjustedcurves() | Single event and a number-at-risk table for competing risks | Forest plot of several univariate Cox models | Smooth parametric (survreg / Weibull) survival curves
Introduction to ggcorrplot13 days ago
The inputs: a correlation matrix and its p-values | Basic correlogram | Reorder by clustering | Layout: triangles and mixed glyphs | Add the coefficients | Mark statistical significance | Colors and theme | It is a ggplot: compose freely | Computing p-values with cor_pmat() | Session information
Publication-ready correlation plots13 days ago
The clustered correlogram | Lower triangle with coefficients | Marking significance | Circles for magnitude | Size-scaled squares | corrplot-style boxed cells | A colorblind-safe palette | A clean, edgeless heatmap | A rectangular predictor-by-outcome matrix | Going further: it is a ggplot | Session information
Specifiyng weights in Log-rank comparisons5 months ago
Log-rank statistic for 2 groups | Weighted Log-rank extensions | Why are they useful? | Plots | Log-rank (survdiff) | Log-rank (weighted) | Gehan-Breslow (generalized Wilcoxon) | Tharone-Ware | Peto-Peto's modified survival estimate | modified Peto-Peto's (by Andersen) | Fleming-Harrington (p=1, q=1) | References
Survival plots have never been so informative5 months ago
Motivation | Example | Comparisons | base package
ggforest: How to Show Interactions Hazard Ratio6 years ago
Introduction | Load required R packages | Compute a Cox model with interaction terms
Playing with fonts and texts9 years ago
Survival plot | Basic | Customized | Risk table | ncens plot | Notes