Projects
Statistical tools and resources
Statistical Software
concurve
An R and Stata package that constructs confidence distributions, surprisal functions, and likelihood functions.
Installation:
# From CRAN
install.packages("concurve")
# Development version from GitHub
# install.packages("devtools")
devtools::install_github("zadrafi/concurve")Stata Installation:
* Install from SSC
ssc install concurve
* Or download directly
net install concurve, from("https://pkg.lesslikely.com/concurve/stata/")Web Applications
S-value Calculator
A Shiny calculator that converts observed P-values into S-values (Shannon information values).
What are S-values?
S-values measure the information against a hypothesis in bits. An S-value of 5 means the observed data are about 32 times more likely under the alternative than under the null hypothesis.
Teaching Resources
Sample Datasets
Curated datasets for teaching statistical concepts and reproducible research practices.
- Browse Datasets - View and download individual datasets
- Dataset Documentation - Detailed descriptions and use cases
- GitHub Repository - Complete collection
Featured Datasets: - PUFA Meta-Analysis (6 studies) - Beta Blocker RCT (44 patients) - International Stroke Trial (19,435 patients) - Acupuncture Headache Trial (401 patients)
Topics Covered: - Meta-analysis and evidence synthesis - Randomized controlled trials - Crossover designs - Survival analysis - Factorial designs
Documentation & Guides
Build Documentation
Details about how this website is constructed using Quarto, R, and GitHub Actions.
Blog Roll
Blogs and websites I frequently read and subscribe to:
Statistics & Methodology
Epidemiology & Medicine
R Programming
See Also
- Glossary - Statistical terms and definitions
- All Posts - Complete blog archive
- Contact - Get in touch
Support This Work
If you find these resources helpful, please consider:
- Citing the relevant papers in your work
- Reporting bugs or suggesting improvements on GitHub
- Sharing with colleagues who might benefit
Citation
@online{panda,
author = {Panda, Sir},
title = {Projects},
url = {https://lesslikely.com/projects.html},
langid = {en}
}