forked from dtkaplan/TeachStatsWithR
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathREADME.Rmd
More file actions
37 lines (25 loc) · 1.25 KB
/
README.Rmd
File metadata and controls
37 lines (25 loc) · 1.25 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
---
---
Project MOSAIC Little Books
===============
```{r include=FALSE}
require(mosaic)
```
You can grab PDFs of the Little Books here:
* *Start Teaching Statistics Using R*
[[view]](Starting/MOSAIC-StartTeaching.pdf)
[[download]](../../raw/master/Starting/MOSAIC-StartTeaching.pdf)
This book presents instructors with an overview of our approach to
teaching statistics with R and an introduction to our primary R toolkit.
* *A Student's Guide to R*
[[view]](StudentGuide/MOSAIC-StudentGuide.pdf)
[[download]](../../raw/master/StudentGuide/MOSAIC-StudentGuide.pdf)
This book is organized by analysis method and demonstrates how to perform
all of the statistical analyses typically covered in an Intro Stats course.
It can serve a good reference for both students and faculty.
This was formerly known as *A Compendium of Commands to Teach Statistics With R* but has been reworked to make it more student friendly.
* *Start R in Calculus* [[Amazon]](http://www.amazon.com/Start-Calculus-Daniel-T-Kaplan/dp/0983965897)
This book describes the use of R in calculus based on the successful
redesign of the first semester calculus course at Macalester College.
Others that are in progress include
* Start Modeling with R