Skip to content

Commit

Permalink
fixed references
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiecek committed Apr 15, 2023
1 parent e369eb9 commit 159f7e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/ChapIntroduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ <h2><span class="header-section-number">1.7</span> What is included in this book
<p>On the other hand, <strong>in this book, we do not focus on</strong></p>
<ul>
<li>any specific model. The techniques presented are model-agnostic and do not make any assumptions related to the model structure;</li>
<li>data exploration. There are very good books on this topic by, for example, <span class="citation">Grolemund and Wickham (<a href="#ref-r4ds2019" role="doc-biblioref">2017</a>)</span> or <span class="citation">Wes (<a href="#ref-Wes2012" role="doc-biblioref">2012</a>)</span>, or the excellent classic by <span class="citation">Tukey (<a href="#ref-tukey1977" role="doc-biblioref">1977</a>)</span>;</li>
<li>data exploration. There are very good books on this topic by, for example, <span class="citation">Grolemund and Wickham (<a href="#ref-r4ds2019" role="doc-biblioref">2017</a>)</span> or <span class="citation">McKinney (<a href="#ref-Wes2012" role="doc-biblioref">2012</a>)</span>, or the excellent classic by <span class="citation">Tukey (<a href="#ref-tukey1977" role="doc-biblioref">1977</a>)</span>;</li>
<li>the process of model building. There are also very good books on this topic by, for instance, <span class="citation">Venables and Ripley (<a href="#ref-MASSbook" role="doc-biblioref">2002</a>)</span>, <span class="citation">James et al. (<a href="#ref-James20147" role="doc-biblioref">2014</a>)</span>, or <span class="citation">Efron and Hastie (<a href="#ref-Efron2016" role="doc-biblioref">2016</a>)</span>;</li>
<li>any particular tools for model building. These are discussed, for instance, by <span class="citation">Kuhn and Johnson (<a href="#ref-Kuhn2013" role="doc-biblioref">2013</a>)</span>.</li>
</ul>
Expand Down Expand Up @@ -802,7 +802,7 @@ <h3>References</h3>
<p>Venables, W. N., and B. D. Ripley. 2002. <em>Modern Applied Statistics with S</em>. Fourth. New York: Springer. <a href="http://www.stats.ox.ac.uk/pub/MASS4">http://www.stats.ox.ac.uk/pub/MASS4</a>.</p>
</div>
<div id="ref-Wes2012">
<p>Wes, McKinney. 2012. <em>Python for Data Analysis</em>. 1st ed. O’Reilly Media, Inc.</p>
<p>McKinney, Wes. 2012. <em>Python for Data Analysis</em>. 1st ed. O’Reilly Media, Inc.</p>
</div>
<div id="ref-ggplot2">
<p>Wickham, Hadley. 2009. <em>Ggplot2: Elegant Graphics for Data Analysis</em>. Springer-Verlag New York. <a href="http://ggplot2.org">http://ggplot2.org</a>.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ <h2><span class="header-section-number">1.7</span> What is included in this book
<p>On the other hand, <strong>in this book, we do not focus on</strong></p>
<ul>
<li>any specific model. The techniques presented are model-agnostic and do not make any assumptions related to the model structure;</li>
<li>data exploration. There are very good books on this topic by, for example, <span class="citation">Grolemund and Wickham (<a href="#ref-r4ds2019" role="doc-biblioref">2017</a>)</span> or <span class="citation">Wes (<a href="#ref-Wes2012" role="doc-biblioref">2012</a>)</span>, or the excellent classic by <span class="citation">Tukey (<a href="#ref-tukey1977" role="doc-biblioref">1977</a>)</span>;</li>
<li>data exploration. There are very good books on this topic by, for example, <span class="citation">Grolemund and Wickham (<a href="#ref-r4ds2019" role="doc-biblioref">2017</a>)</span> or <span class="citation">McKinney (<a href="#ref-Wes2012" role="doc-biblioref">2012</a>)</span>, or the excellent classic by <span class="citation">Tukey (<a href="#ref-tukey1977" role="doc-biblioref">1977</a>)</span>;</li>
<li>the process of model building. There are also very good books on this topic by, for instance, <span class="citation">Venables and Ripley (<a href="#ref-MASSbook" role="doc-biblioref">2002</a>)</span>, <span class="citation">James et al. (<a href="#ref-James20147" role="doc-biblioref">2014</a>)</span>, or <span class="citation">Efron and Hastie (<a href="#ref-Efron2016" role="doc-biblioref">2016</a>)</span>;</li>
<li>any particular tools for model building. These are discussed, for instance, by <span class="citation">Kuhn and Johnson (<a href="#ref-Kuhn2013" role="doc-biblioref">2013</a>)</span>. </li>
</ul>
Expand Down Expand Up @@ -803,7 +803,7 @@ <h3>References</h3>
<p>Venables, W. N., and B. D. Ripley. 2002. <em>Modern Applied Statistics with S (4th Ed.)</em>. New York, NY: Springer. <a href="http://www.stats.ox.ac.uk/pub/MASS4">http://www.stats.ox.ac.uk/pub/MASS4</a>.</p>
</div>
<div id="ref-Wes2012">
<p>Wes, McKinney. 2012. <em>Python for Data Analysis (1st Ed.)</em>. O’Reilly Media, Inc.</p>
<p>McKinney, Wes. 2012. <em>Python for Data Analysis (1st Ed.)</em>. O’Reilly Media, Inc.</p>
</div>
<div id="ref-ggplot2">
<p>Wickham, Hadley. 2009. <em>Ggplot2: Elegant Graphics for Data Analysis</em>. Springer-Verlag New York. <a href="http://ggplot2.org">http://ggplot2.org</a>.</p>
Expand Down

0 comments on commit 159f7e4

Please sign in to comment.