Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avehtari committed Feb 23, 2022
1 parent 1ae8f0e commit c9c008f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ date: "Page updated: `r format.Date(file.mtime('index.Rmd'),'%Y-%m-%d')`"
## Introduction

- The code and data are provided to fully reproduce the examples
and figurs in the book. They can be a good way to see what the
and figures in the book. They can be a good way to see what the
code does. Different people have different styles of code. The code here
is not supposed to be a model. The statistical analyses and
graphs in the book are intended to be models for good practice,
Expand Down
4 changes: 2 additions & 2 deletions examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@

<h1 class="title toc-ignore">Regression and Other Stories - Examples</h1>
<h4 class="author">Andrew Gelman, Jennifer Hill, Aki Vehtari</h4>
<h4 class="date">Page updated: 2022-01-27</h4>
<h4 class="date">Page updated: 2022-02-23</h4>

</div>

Expand All @@ -352,7 +352,7 @@ <h4 class="date">Page updated: 2022-01-27</h4>
<div id="introduction" class="section level2">
<h2>Introduction</h2>
<ul>
<li>The code and data are provided to fully reproduce the examples and figurs in the book. They can be a good way to see what the code does. Different people have different styles of code. The code here is not supposed to be a model. The statistical analyses and graphs in the book are intended to be models for good practice, but the code here is meant to be simple with minimal dependencies.</li>
<li>The code and data are provided to fully reproduce the examples and figures in the book. They can be a good way to see what the code does. Different people have different styles of code. The code here is not supposed to be a model. The statistical analyses and graphs in the book are intended to be models for good practice, but the code here is meant to be simple with minimal dependencies.</li>
<li><p>For R programming basics see Appendix A of Regression and Other Stories. If you want to learn more, see our recommendations for <a href="R_visualizaton.html">R programming and visualization with R</a>.</p></li>
<li>The folders below (ending /) point to the code (.R and .Rmd) and <code>data</code> folders (.csv or .txt) in github, and .html -files point to knitted notebooks.</li>
<li>Most examples have cleaned data in .csv file in <code>data</code> subfolder for easy experimenting. For completeness and reproducibility, the data subfolders have also the raw data and <code>*_setup.R</code> file showing how the data pre-processing has been done (to do the exercises and follow along with the examples, you don’t need to worry about the setup code).</li>
Expand Down

0 comments on commit c9c008f

Please sign in to comment.