Skip to content

Small coding exercises from the book Essential Biostatistics

Notifications You must be signed in to change notification settings

ariera/essential-biostatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Small coding exercises or empirical demonstrations of some of the concepts show in Essential Biostatistics - A nonmathematical Approach by Harvey Motulsky.

As I work through the book I find moments in which I think "Ah! That's something I would like to do by myself". This is what this repo is about :)

Install

You need python 3. Follow these steps to create a new python virtual environment and install the dependencies:

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools
pip install -r requirements

Run the code

Just run the main.py file in each subfolder. For example:

python -m confidence_intervals.main

Or if you use VSCode make use of its Jupyter support

About

Small coding exercises from the book Essential Biostatistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages