-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
48 lines (30 loc) · 1.28 KB
/
index.Rmd
File metadata and controls
48 lines (30 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: "Helpful Stuff"
output:
html_document:
toc: true
toc_float:
collapsed: false
---
### Basic `R`
* [Introduction to `R`](./rmarkdown/IntroToR.html)
* [Relational Operators](./rmarkdown/RelationalOperators.html)
* [While Loop](./rmarkdown/WhileLoop.html)
### Probability
* [Gerneral Probability](./rmarkdown/probability.html)
* [Monty Hall Problem](./rmarkdown/Monty.html)
### Graphics
* [Shading Area Under Curve](./rmarkdown/NormalGGio.html)
* [Miscellaneous `ggplot` Tips](./rmarkdown/MiscGGPLOT.html)
### Tables
* [Contingency Tables](./rmarkdown/ContingencyTables.html)
* [Tables](./rmarkdown/FormattingTables.html)
### Misc
* [Using Zotero](https://stat-ata-asu.github.io/STT2810HonorsClassRepo/RMarkdown/ZoteroInClass.html)
* [Miscellaneous R Markdown Tips](./rmarkdown/MiscRmarkdown.html)
* [Creating and Publishing a Web Site on GitHub](./rmarkdown/WebPageHowTo.html)
* [Demonstrating Changes with Reactive Programming](./rmarkdown/ReactiveProgrammingWeb.html)
* [Using R Markdown with the RStudio Integrated Development Editor](./rmarkdown/UsingRStudioWeb.html)
* [Using `R` with the `RStudio` Integrated Development Editor --- Ideas, Pointers, and Teasers](./rmarkdown/IntroductionToUsingR.html)
* [Behind the Curtain](./rmarkdown/BehindTheCurtain.html)
* * *