Skip to content

Commit 25d2815

Browse files
committed
added crosslink to vtreat article
1 parent 205b765 commit 25d2815

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

PartialPooling_R/PartialPooling_R.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Banaue rice terraces. Photo: <a href="https://www.flickr.com/photos/london/31934
1515
<br><br>
1616

1717

18-
In a previous article, we showed the use of partial pooling, or hierarchical/multilevel models, for level coding high-cardinality categorical variables in [`vtreat`](https://winvector.github.io/vtreat/). In this article, we will discuss a little more about the how and why of partial pooling in [`R`](https://www.r-project.org).
18+
In a [previous article](https://github.com/WinVector/vtreat/blob/main/Examples/CustomLevelCoding/CustomLevelCoding.md), we showed the use of partial pooling, or hierarchical/multilevel models, for level coding high-cardinality categorical variables in [`vtreat`](https://winvector.github.io/vtreat/). In this article, we will discuss a little more about the how and why of partial pooling in [`R`](https://www.r-project.org).
1919

2020
We will use the `lme4` package to fit the hierarchical models. The acronym "lme" stands for "linear mixed-effects" models: models that combine so-called "fixed effects" and "random effects" in a single (generalized) linear model. The `lme4` documentation uses the random/fixed effects terminology, but we are going to follow Gelman and Hill, and avoid the use of the terms "fixed" and "random" effects.
2121

PartialPooling_R/PartialPooling_R.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,8 @@ <h4 class="author">Nina Zumel</h4>
589589
</figcaption>
590590
</figure>
591591
<p><br><br></p>
592-
<p>In a previous article, we showed the use of partial pooling, or
592+
<p>In a <a href="https://github.com/WinVector/vtreat/blob/main/Examples/CustomLevelCoding/CustomLevelCoding.md">previous
593+
article</a>, we showed the use of partial pooling, or
593594
hierarchical/multilevel models, for level coding high-cardinality
594595
categorical variables in <a href="https://winvector.github.io/vtreat/"><code>vtreat</code></a>. In
595596
this article, we will discuss a little more about the how and why of

PartialPooling_R/PartialPooling_R.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Banaue rice terraces. Photo: <a href="https://www.flickr.com/photos/london/31934
1515
<br><br>
1616

1717

18-
In a previous article, we showed the use of partial pooling, or hierarchical/multilevel models, for level coding high-cardinality categorical variables in [`vtreat`](https://winvector.github.io/vtreat/). In this article, we will discuss a little more about the how and why of partial pooling in [`R`](https://www.r-project.org).
18+
In a [previous article](https://github.com/WinVector/vtreat/blob/main/Examples/CustomLevelCoding/CustomLevelCoding.md), we showed the use of partial pooling, or hierarchical/multilevel models, for level coding high-cardinality categorical variables in [`vtreat`](https://winvector.github.io/vtreat/). In this article, we will discuss a little more about the how and why of partial pooling in [`R`](https://www.r-project.org).
1919

2020
We will use the `lme4` package to fit the hierarchical models. The acronym "lme" stands for "linear mixed-effects" models: models that combine so-called "fixed effects" and "random effects" in a single (generalized) linear model. The `lme4` documentation uses the random/fixed effects terminology, but we are going to follow Gelman and Hill, and avoid the use of the terms "fixed" and "random" effects.
2121

0 commit comments

Comments
 (0)