README.md

hertiestats2

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.

hertiestats2is implemented as a LearnR package. To run the tutorials on your machine you need to follow the instructions below.

Installation

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()


seramirezruiz/hertiestats2 documentation built on April 7, 2023, 11:30 a.m.