README.md

This package constitutes an interactive R problem set based on the RTutor package (https://github.com/skranz/RTutor).

--- Add brief description of content and link to original paper ---

1. Installation

RTutor and this package is hosted on Github. To install everything, run the following code in your R console.

install.packages("RTutor",repos = c("https://skranz-repo.github.io/drat/",getOption("repos")))

if (!require(devtools))
  install.packages("devtools")



2. Show and work on the problem set

To start the problem set first create a working directory in which files like the data sets and your solution will be stored. Then adapt and run the following code.

library(RTutorLogit)

# Adapt your working directory to an existing folder
setwd("D:/Mes Donnees/__modelesR/RTutor/Logit/RTutorLogit")
# Adapt your user name
run.ps(user.name="Jon Doe", package="RTutorLogit",
       auto.save.code=TRUE, clear.user=FALSE)

If everything works fine, a browser window should open, in which you can start exploring the problem set.



djourd1/RTutorLogit documentation built on April 12, 2020, 10:18 a.m.