Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 846 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 846 Bytes

Learning Goals

  1. MLE: Poisson Regression
  2. Poisson and Negative Binomial in GLM
  3. Likelihood Ratio Test (Overdispersion)
  4. Expected Values

Importing a Github Repo into Rstudio

  1. Click on the green Clone or download button and select Use HTTPS (this might already be selected by default). Click on the clipboard icon to copy the repo URL.
  2. Open RStudio.
  3. Click on File on the top bar and select New Project....
  4. Select Version Control.
  5. In the next window, select Git.
  6. In the final window, paste the repo URL you grabbed from GitHub in the Repository URL window. Click on Browse to select the folder on your computer where you want to store the project.
  7. Click on Create Project.

Get working

  1. Open the .Rmd file that is stored in the project.
  2. Hit the Run Document button.