Statistics and Statistical Programming (Fall 2020)/pset0

From CommunityData
< Statistics and Statistical Programming (Fall 2020)
Revision as of 05:48, 16 September 2020 by Aaronshaw (talk | contribs) (Created page with "== Programming Challenges == Because this is our first week, the programming challenges are setup tasks you can do to prepare you to complete future programming challenges....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Programming Challenges

Because this is our first week, the programming challenges are setup tasks you can do to prepare you to complete future programming challenges.

PC1. Download and install R — You can do that from this webpage where you will have to choose based on your operating system.
PC2. Download and install RStudio — Download from the the RStudio download page choosing an option appropriate for your operating systems (e.g., Windows, Mac OSX, or GNU/Linux).
PC3. (a) Create and save a new RStudio "Project" ('.Rproj'). Then, within your new project, (b) create and save a new RMarkdown file ('.Rmd'). Finally, (c) write a combination of text notes and R code in your RMarkdown file and "knit" the output into HTML and PDF. I recommend reproducing and extending some of the examples from the R tutorial
PC4. Upload your .Rmd file and knitted .pdf file to the appropriate assignment on Canvas.