Skip to content

Commit 5ab0388

Browse files
committed
Deploying to gh-pages from @ 80b5342 🚀
1 parent 19bc660 commit 5ab0388

9 files changed

Lines changed: 11 additions & 8 deletions

File tree

1.8 KB
Loading

articles/xtending.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/xtending.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ emmeans:::recover_data.lm
245245
## recover_data(fcall, delete.response(terms(object)), object$na.action,
246246
## frame = frame, pwts = weights(object), ...)
247247
## }
248-
## <bytecode: 0x5594199115d0>
248+
## <bytecode: 0x55d52ff3d4a0>
249249
## <environment: namespace:emmeans>
250250
```
251251

@@ -379,7 +379,7 @@ MASS:::predict.lqs
379379
## X <- model.matrix(Terms, m, contrasts.arg = object$contrasts)
380380
## drop(X %*% object$coefficients)
381381
## }
382-
## <bytecode: 0x55941b84d020>
382+
## <bytecode: 0x55d531e78ef0>
383383
## <environment: namespace:MASS>
384384
```
385385

news/index.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

news/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
[`tail()`](https://rdrr.io/r/utils/head.html) for `emmGrid` objects
99
now follow base-R semantics for a negative `n` (previously the two
1010
were effectively swapped)
11+
- Fixed an error in the `atanh` response transformation: a typo in its
12+
`mu.eta` derivative (`tanh^2(eta)`) made `type = "response"` fail
1113

1214
## emmeans 2.0.3
1315

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ articles:
1818
vignette-topics: vignette-topics.html
1919
xplanations: xplanations.html
2020
xtending: xtending.html
21-
last_built: 2026-07-09T21:02Z
21+
last_built: 2026-07-09T21:46Z
2222
urls:
2323
reference: https://rvlenth.github.io/emmeans/reference
2424
article: https://rvlenth.github.io/emmeans/articles

reference/xtable.emmGrid.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/xtable.emmGrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if(requireNamespace("xtable"))
102102
#>
103103
#> > xtable::xtable(pigsint.emm, type = "response")
104104
#> % latex table generated in R 4.6.1 by xtable 1.8-8 package
105-
#> % Thu Jul 9 21:03:15 2026
105+
#> % Thu Jul 9 21:47:12 2026
106106
#> \begin{table}[ht]
107107
#> \centering
108108
#> \begin{tabular}{rrrrrr}

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)