-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path585Presentation.Rmd
More file actions
57 lines (37 loc) · 1.17 KB
/
585Presentation.Rmd
File metadata and controls
57 lines (37 loc) · 1.17 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
49
50
51
52
---
title: "Building a Shiny App for Introductory Statistics Concepts"
author: "Chelsey Legacy"
date: "April 25, 2017"
output: ioslides_presentation
runtime: shiny
---
## Introduction
- Background
- Shiny App for Introductory Statistics Concepts
## Introduction
- Technology can help illustrate basic statistics concepts for introductory students
- CC: Shiny App for introductory statistics concepts
- Number of topics kept expanding
## Topics:
- Correlation
- Linear Equations
- Outliers
- Sampling distribution for mean (one & two means)
- Sampling distrubtution for proportion (one & two proportions)
- Confidence interval concepts using proportions
- ANOVA
## Pros and Cons of Many topics
- (+) More materials
- (-) Not all material may be relevant to the coursework
- (+) More buttons to click!
- (-) More chances to click the wrong button
## Potential Uses
- Lecture supplement
- Lab
- Worksheets
- *New goal: add flexibility to tab selection
## Tab Options
- Choose the code you want for each section via gitHub
- You can choose within the Shiny App
- Better for people without R programming background
## Shiny App for Introductory Statistics Concepts......