forked from OpenIntroStat/ims
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
76 lines (62 loc) · 2.63 KB
/
index.Rmd
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
knit: bookdown::render_book
site: bookdown::bookdown_site
title: "Introduction to Modern Statistics"
author: "Mine Çetinkaya-Rundel and Johanna Hardin"
description: "This is IMS, aka ISRS2!"
github-repo: openintrostat/ims
twitter-handle: OpenIntroOrg
url: 'https\://openintro-ims.netlify.app/'
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}
```{asis, echo = knitr::is_html_output()}
# Welcome to IMS {.unnumbered}
```
\chapter*{}
\vfill
```{asis, echo = knitr::is_html_output()}
{.cover width="250"}
This is the website for **Introduction to Modern Statistics**, First Edition by Mine Çetinkaya-Rundel and Johanna Hardin. Introduction to Modern Statistics, which we'll refer to as IMS going forward, is a textbook from the [OpenIntro](https://www.openintro.org/) project.
The book will always be available for free here. It is also available in PDF (for free or for the amount you choose to donate to the OpenIntro project) on Leanpub and in hard copy for purchase for $20.
<br><br>
<a href="https://leanpub.com/imstat" target="_blank"><img src="images/_icons/file.png" width="30px"> <strong>Download PDF</strong></a>
<br>
<img src="images/_icons/book.png" width="30px"> Purchase hard copy (available soon!)
<br><br>
---
<br><br>
```
```{asis, echo = knitr::is_html_output()}
Copyright © 2021.
```
```{asis, echo = knitr::is_latex_output()}
Copyright $\copyright$ 2021.
```
First Edition.
Version date: `r format(Sys.Date(), "%B %d, %Y")`.
This textbook and its supplements, including slides, labs, and interactive tutorials, may be downloaded for free at\
[**openintro.org/book/ims**](http://openintro.org/book/ims).
This textbook is a derivative of *OpenIntro Statistics* 4th Edition and *Introduction to Statistics with Randomization and Simulation* 1st Edition by Diez, Barr, and Çetinkaya-Rundel, and it's available under a Creative Commons Attribution-ShareAlike 3.0 Unported United States License.
License details are available at the Creative Commons website:\
[**creativecommons.org**](https://www.openintro.org/go/?id=creativecommons_org&referrer=ims1_pdf).
Source files for this book may be found on GitHub at\
[**github.com/openintrostat/ims**](https://github.com/openintrostat/ims).
:::