-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.Rmd
More file actions
63 lines (49 loc) · 2.83 KB
/
index.Rmd
File metadata and controls
63 lines (49 loc) · 2.83 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
53
54
55
56
57
58
59
60
61
62
---
knit: bookdown::render_book
site: bookdown::bookdown_site
title: "Montana State Introductory Statistics with R"
author: "Stacey Hancock, Nicole Carnegie, Elijah Meyer, Jade Schmidt, Melinda Yager"
description: "Open resources textbook for Stat 216 at Montana State University"
github-repo: MTstateIntroStats/IntroStatTextbook
url: 'https\://mtstateintrostats.github.io/IntroStatTextbook/'
link-citations: yes
bibliography: [book.bib, packages.bib, eoce.bib]
biblio-style: apalike
monofont: "Source Code Pro"
always_allow_html: true
documentclass: book
classoption:
- 10pt
- openany
---
```{r, include = FALSE}
source("_common.R")
```
```{r, include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(.packages(),
'bookdown', 'knitr',
'rmarkdown'), 'packages.bib')
```
::: {.welcome}
# Welcome {.unnumbered}
This is the website for **Montana State Introductory Statistics with R**.
This textbook accompanies the curriculum for STAT 216: Introduction to Statistics at Montana State University. The syllabus and other course information can be found
on the [course webpage](https://math.montana.edu/courses/s216/index.html).
---
```{asis, echo = knitr::is_html_output()}
Copyright © 2021.
```
```{asis, echo = knitr::is_latex_output()}
Copyright $\copyright$ 2021.
```
Version date: `r format(Sys.Date(), "%B %d, %Y")`.
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />
This resource is largely a derivative of the [OpenIntro](https://www.openintro.org/) project textbooks: *Introduction to Modern Statistics* 1st Edition by Çetinkaya-Rundel and Hardin, *OpenIntro Statistics* 4th Edition by Diez, Çetinkaya-Rundel, and Barr, and *Introduction to Statistics with Randomization and Simulation* 1st Edition by Diez, Barr, and Çetinkaya-Rundel.
*Montana State Introductory Statistics with R* and its accompanying resources are available under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 license unless otherwise noted.
License details are available at the Creative Commons website.
Source files for this book may be found on GitHub at\
[**github.com/MTstateIntroStats/IntroStatTextbook**](https://github.com/MTstateIntroStats/IntroStatTextbook).
To cite this resource please use:
Hancock, S., Carnegie, N., Meyer, E., Schmidt, J., and Yager, M. (2021). *Montana State Introductory Statistics with R*. Montana State University. [https://mtstateintrostats.github.io/IntroStatTextbook/](https://mtstateintrostats.github.io/IntroStatTextbook/). Adapted from Çetinkaya-Rundel, M. and Hardin, J. (2021). _Introduction to Modern Statistics_. OpenIntro. [https://openintro-ims.netlify.app/](https://openintro-ims.netlify.app/).
:::