Last updated: 2019-04-29

Checks: 2 0

Knit directory: MSTPsummerstatistics/

This reproducible R Markdown analysis was created with workflowr (version 1.3.0). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility. The version displayed above was the version of the Git repository at the time these results were generated.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .Rproj.user/

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the R Markdown and HTML files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view them.

File Version Author Date Message
html e0e8156 Anthony Hung 2019-04-29 Build site.
html e746cf5 Anthony Hung 2019-04-28 Build site.
Rmd 133df4a Anthony Hung 2019-04-28 introR
html 133df4a Anthony Hung 2019-04-28 introR
Rmd 3c0adcd Anthony Hung 2019-04-26 add intro to course file

Welcome!

I hope you are all excited for the course! Throughout this quarter we will covering topics in the theory and practical aspects of statistical tests and probabilistic inference. We will also have the time to engage in excercises to apply our knowledge to toy datasets. The course will close off with individual projects in which you work with data generated during your summer rotations using your newfound skills.

Goals

Probability vs Statistics

While the title of this course only mentions statistics, in reality knowledge of probability and statitics go hand-in-hand. Both probability and statistics deal with analyzing the relative frequency of events that are the result of random processes.

From Steven Skiena’s “Calculated Bets” book:

Probability deals with predicting the likelihood of future events, while statistics involves the analysis of the frequency of past events.

Probability theory enables us to find the consequences of a given ideal world, while statistical theory enables us to to measure the extent to which our world is ideal.

We will explore more of both of these fields throughout the course.

Bibliography