Skip to content

A R package with interactive tutorials for MPH computer labs

License

Notifications You must be signed in to change notification settings

nolwenn/MPHLabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

**The MPHLabs learnr module**

This R package was build with the lab exercices proposed in my MPH1 computer lab sessions. The aim is to help students to start learning R language and some basic statistics methods by themselves at their own speed.

This R package has e-book companion websites:
https://nolwenn.github.io/software-M1-biostat/
https://nolwenn.github.io/ebook-M1-biostat/

To get started, please follow theses steps in R: 

# The required packages to download and run the interactive exercices 
install.packages("devtools") 
install.packages("learnr")

# To download and intall the MPHLabs package locally on your computer
devtools::install_github("nolwenn/MPHLabs")

# To load the functionalities of the MPHLabs library in your R envrionment
library(MPHLabs)

# To launch the browser with the interactive exercices
learnr::run_tutorial("MPH1", package = "MPHLabs")

About

A R package with interactive tutorials for MPH computer labs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages