Skip to content

Commit

Permalink
Update 486 course page
Browse files Browse the repository at this point in the history
  • Loading branch information
jarad committed Jan 14, 2024
1 parent 78c3c1f commit 917b6eb
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions courses/stat486/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Introduction to Statistical Computing at
The required textbook for this course is

- [R for Data Science](http://r4ds.had.co.nz/)
- [R for Data Science (2nd)](https://r4ds.hadley.nz/)

There is now second edition of this book

### Additional free textbooks

Expand All @@ -31,11 +34,11 @@ The required textbook for this course is

## Software

We will be using the Statistical Software [R](https://www.r-project.org/).
We will be using the statistical software [R](https://www.r-project.org/).
I will be using RStudio as the interface to [R](https://www.r-project.org/).
Although both will be available on lab computers, I suggest you install
[R](https://www.r-project.org/) and [RStudio](https://www.rstudio.com/)
on your own laptop or desktop (or both).
on your own laptop or desktop.

Install links:

Expand All @@ -53,7 +56,12 @@ Modern statistical computing. Topics may include: data management; spread sheets

## Course Objectives

-
By the end of this course, students will be able to

- Wrangle data and construct visualizations to demonstrate scientific phenomenon.
- Implement a data management pipeline, including relevant feed back loops in order to obtain a reproducible workflow.
- Construct R functions and scripts to obtain a stated input-output goal.
- Produce a Monte Carlo simulation study to demonstrate a theoretical probability result.

## Prerequisite

Expand Down

0 comments on commit 917b6eb

Please sign in to comment.