Skip to content

Commit 9e28ee2

Browse files
committed
re-render (figure was not appearing on Github)
1 parent 13305bd commit 9e28ee2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extras/CustomLevelCodersH.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Custom Level Coding in vtreat
22
================
33
Nina Zumel, John Mount
4-
2024-06-12
4+
2024-06-13
55

66
One of the services that `vtreat` provides is *level coding* (what we
77
sometimes call *impact coding*): converting the levels of a categorical
@@ -269,8 +269,8 @@ scoreFrame %>% select(varName, sig, origName, code)
269269
```
270270

271271
## varName sig origName code
272-
## 1 county_poolN 3.900983e-19 county poolN
273-
## 2 county_catN 2.434314e-14 county catN
272+
## 1 county_poolN 4.587198e-19 county poolN
273+
## 2 county_catN 5.305197e-17 county catN
274274

275275
Note that the treatment plan returns both the `catN` variable (default
276276
level encoding) and the pooled level encoding (`poolN`). You can

0 commit comments

Comments
 (0)