Welcome to the hertiestats2
package. The goal of this package is to provide easy access for the tutorials of the Statistics II: Statistical Modeling and Causal Inference course.
hertiestats2
is implemented as a LearnR package. To run the tutorials on your machine you need to follow the instructions below.
You can install the development version from GitHub with:
install.packages("devtools")
devtools::install_github("seramirezruiz/hertiestats2")
You can then run the tutorial of the session we are covering by running the respective line of code:
hertiestats2::run_tutorial(name = "intro") #first session
hertiestats2::run_tutorial(name = "foundations") #second session
hertiestats2::run_tutorial(name = "dataviz") #third session
hertiestats2::run_tutorial(name = "regression") #fourth session
To explore the available tutorials, you can run:
hertiestats2::check_tutorials()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.