Skip to content

jeremymcwilliams/R-t-test-anova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC Summer Coding Club with R - week 6

t-tests & ANOVAs

For use with Lewis & Clark's RStudio Server

  • Visit https://datasci.watzek.cloud
  • Sign in with your Lewis & Clark username and password. If you haven't created an account yet, you'll be prompted to create a password.
  • Once signed in, click "RStudio Server", after which you will need to sign in again (LC username / password you just created)

in console (lower left-hand corner):

  • library(usethis)
  • use_course("https://github.com/jeremymcwilliams/R-t-test-anova/archive/refs/tags/0.6.zip")

After running the command above, you'll be prompted whether to download to your current directory. Go ahead and answer in the affirmative (you'll be presented with variations on "yes"). Once the course files download, you'll be prompted as to whether to delete the zip file. Again, answer in the affirmative. Once you do, click "Save", and your window will refresh to a new R session.

For use with rstudio.cloud

To get started, click "workshop-notebook.Rmd" in the files window, and then minimize the console window.