awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Biostatistics study guides

Ranking updated Jul 21, 2026

For biostatistics study guides, the first results are allendowney/thinkstats2 (This repository provides a comprehensive, code-first educational course on probability and statistics using Python, which serves as a foundational resource for learning the computational methods essential to biostatistics), datasciencespecialization/courses (This repository provides a structured curriculum and instructional materials for statistical learning and R programming, serving as a relevant educational resource for foundational biostatistics concepts despite its broader data science focus) and linsa-io/books (This repository provides a curated directory of academic literature and educational texts that can be used to organize and discover biostatistics resources, though it functions as a general-purpose library rather than a domain-specific tool). jwarmenhoven/islr-python and camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackers round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

Explore the best biostatistics study guides. We ranked top open-source resources by clarity and depth to help you compare and pick the right one.

Biostatistics study guides

Find the best repos with AI.We'll search the best matching repositories with AI.
  • allendowney/thinkstats2AllenDowney avatar

    AllenDowney/ThinkStats2

    4,212View on GitHub↗

    ThinkStats2 is a computational statistics course and educational library designed to teach probability and statistics through a programmatic approach. It provides a framework for studying statistical concepts by writing Python code and running simulations on real-world datasets. The project uses interactive notebooks and a collection of Python modules to deliver guided lessons. It emphasizes the verification of theoretical statistical laws through iterative computational experiments and simulation-driven testing. The resource covers broad capabilities in data analysis and data science traini

    This repository provides a comprehensive, code-first educational course on probability and statistics using Python, which serves as a foundational resource for learning the computational methods essential to biostatistics.

    Jupyter NotebookComputational Statistics CoursesStatistical Analysis Libraries
    View on GitHub↗4,212
  • datasciencespecialization/coursesDataScienceSpecialization avatar

    DataScienceSpecialization/courses

    4,121View on GitHub↗

    This project is a data science curriculum and instructional syllabus designed to teach the fundamental principles and tools of the field. It provides a structured set of learning materials, including R programming courseware and guides for statistical learning. The materials focus on the practical application of data science, covering data cleaning, visualization, and exploratory data analysis. It includes resources for mastering specific techniques such as linear regression, classification, and unsupervised learning. The curriculum is organized into a modular sequence of educational modules

    This repository provides a structured curriculum and instructional materials for statistical learning and R programming, serving as a relevant educational resource for foundational biostatistics concepts despite its broader data science focus.

    HTMLR Resources
    View on GitHub↗4,121
  • linsa-io/booksL

    linsa-io/books

    7,459View on GitHub↗

    This project is a digital book directory and academic literature library. It serves as a curated collection of multidisciplinary texts and research materials organized by subject and publication year. The system uses a subject-based content catalog to arrange electronic books into specific domains. It employs visual markers and symbol-based encoding to distinguish between free and paid content. The directory provides capabilities for technical literature discovery and academic reading list management. Users can browse materials by subject and filter titles by recency using publication dates.

    This repository provides a curated directory of academic literature and educational texts that can be used to organize and discover biostatistics resources, though it functions as a general-purpose library rather than a domain-specific tool.

    Curated Reading Lists
    View on GitHub↗7,459
  • jwarmenhoven/islr-pythonJWarmenhoven avatar

    JWarmenhoven/ISLR-python

    4,398View on GitHub↗

    This project is a machine learning education resource consisting of Python implementations of statistical learning models and data analysis examples from a core textbook. It serves as a statistical modeling library that provides the code necessary to implement linear regression, classification, and unsupervised learning techniques for academic data analysis. The repository is structured as a reference-driven implementation, with a directory layout that mirrors the chapter and section hierarchy of the associated academic publication. It includes a set of scripts and notebooks designed to gener

    This repository provides a structured, textbook-mapped collection of Python implementations for statistical learning models, serving as a practical educational resource for students and researchers in the field.

    Jupyter NotebookStatistical Analysis Libraries
    View on GitHub↗4,398
  • camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackersCamDavidsonPilon avatar

    CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

    28,162View on GitHub↗

    This project is a computational statistics textbook and Bayesian data analysis course. It serves as a guide for performing statistical inference and quantifying uncertainty through a probabilistic programming workflow using Python. The resource employs a computation-first pedagogy, teaching Bayesian methods and parameter estimation through executable code and simulations instead of formal mathematical notation. It provides a practical approach to implementing Markov Chain Monte Carlo sampling to estimate posterior distributions. The content covers building probabilistic models, integrating e

    This repository is a comprehensive, code-first textbook on Bayesian statistics and probabilistic programming that provides the practical statistical methodology and Python implementations essential for biostatistical analysis.

    Jupyter NotebookProbabilistic ModelsProbabilistic ProgrammingBayesian Estimation Guides
    View on GitHub↗28,162
  • swirldev/swirl_coursesswirldev avatar

    swirldev/swirl_courses

    4,562View on GitHub↗

    This project is a collection of interactive, command-line programming lessons designed for the swirl R package. It provides a structured curriculum for learning R programming and data science through a series of guided, self-paced exercises delivered via a command-line interface. The content covers a broad range of data science education, including language fundamentals, data cleaning and manipulation, statistical analysis, and data visualization. It also includes instructional modules focused on software development practices. These lessons are developed as a modular hierarchy of courses an

    This repository provides interactive R programming tutorials and data science lessons, but it functions as a platform for learning software and general data analysis rather than a curated collection of biostatistics-specific textbooks or domain-focused study materials.

    RR Resources
    View on GitHub↗4,562
  • statsmodels/statsmodelsstatsmodels avatar

    statsmodels/statsmodels

    11,260View on GitHub↗

    Statsmodels is a comprehensive Python library designed for statistical modeling, econometric research, and data analysis. It provides a robust framework for estimating and diagnosing a wide range of statistical models, enabling users to perform rigorous hypothesis testing, regression analysis, and complex data exploration within structured environments. The library distinguishes itself through its support for advanced statistical methodologies, including state space representation for dynamic systems and generalized linear frameworks that accommodate non-normal response variables. It offers s

    This is a statistical modeling library for Python rather than a curated collection of educational resources or textbooks on biostatistics.

    PythonStatistical Analysis LibrariesStatistical Inference Frameworks
    View on GitHub↗11,260
  • rstudio/cheatsheetsrstudio avatar

    rstudio/cheatsheets

    6,360View on GitHub↗

    This repository is the source for a curated collection of printable reference sheets for R and Python packages. It provides quick-reference guides organized by topic, available as both PDF files for offline printing and interactive HTML versions for online browsing. The collection also includes community-contributed translations of these reference sheets into multiple languages, expanding accessibility for non-English speakers. The project is built around a reproducible rendering pipeline that generates both PDF and HTML formats from source documents, using a lockfile to guarantee identical b

    This repository provides quick-reference cheat sheets for programming packages rather than a curated collection of textbooks or comprehensive educational study materials for biostatistics.

    TeXR Programming
    View on GitHub↗6,360
  • d2l-ai/berkeley-stat-157d2l-ai avatar

    d2l-ai/berkeley-stat-157

    3,977View on GitHub↗

    This project is an academic curriculum repository and educational resource center for studying probability, statistics, and machine learning. It serves as a deep learning course website and a hub for instructional materials, providing a structured collection of content designed to teach neural network architectures. The repository distinguishes itself by combining a comprehensive educational resource with a machine learning project archive. It provides a curated set of research examples and implementation guides for a wide range of models, including multilayer perceptrons, convolutional netwo

    This repository provides a structured academic curriculum for deep learning and machine learning, but it does not focus on the specific domain of biostatistics or clinical trial design.

    Jupyter NotebookCurated Reading Lists
    View on GitHub↗3,977
  • hadley/r4dshadley avatar

    hadley/r4ds

    5,070View on GitHub↗

    r4ds is a data science curriculum and educational resource designed for mastering the R programming language. It provides a structured learning path for the end-to-end process of importing, tidying, transforming, and visualizing data. The project emphasizes a reproducible data science guide and a comprehensive curriculum for data wrangling. It includes specialized tutorials on the grammar of graphics for layered data visualization and technical publications created with Quarto that blend executable code with narrative prose. The material covers a broad range of analytical capabilities, inclu

    This repository provides a comprehensive curriculum for general data science and R programming, but it lacks the specific focus on biostatistics, clinical trial design, and public health applications required for this category.

    RR Resources
    View on GitHub↗5,070
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
allendowney/thinkstats24.2KJupyter NotebookGPL-3.0Jan 23, 2025
datasciencespecialization/courses4.1KHTML—Mar 30, 2021
linsa-io/books
7.5K
—
—
Mar 4, 2026
jwarmenhoven/islr-python4.4KJupyter NotebookMITOct 27, 2022
camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackers28.2KJupyter NotebookMITJun 25, 2024
swirldev/swirl_courses4.6KRNOASSERTIONJan 10, 2024
statsmodels/statsmodels11.3KPythonbsd-3-clauseJan 13, 2026
rstudio/cheatsheets6.4KTeXCC-BY-4.0Apr 9, 2026
d2l-ai/berkeley-stat-1574KJupyter NotebookApache-2.0Feb 16, 2021
hadley/r4ds5.1KRNOASSERTIONApr 8, 2026

Related searches

  • a curriculum for stats in data science
  • Statistical modeling tutorials
  • an R package for statistical data analysis
  • a collection of tutorials for learning programming
  • a software suite for quantitative data analysis
  • an open source business intelligence platform
  • a toolkit for medical imaging AI
  • a study path for ML linear algebra