Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 4, 2025
1 parent edf27e7 commit e2a2107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
---

Code
print(estimate_means(m, "spp", backend = "marginaleffects", marginalize = "population"),
print(estimate_means(m, "spp", backend = "marginaleffects", estimate = "population"),
zap_small = TRUE, table_width = Inf)
Output
Estimated Marginal Means
Expand Down Expand Up @@ -72,7 +72,7 @@
---

Code
print(estimate_means(m, "Days", backend = "marginaleffects", marginalize = "population"),
print(estimate_means(m, "Days", backend = "marginaleffects", estimate = "population"),
zap_small = TRUE, table_width = Inf)
Output
Estimated Marginal Means
Expand Down

This file was deleted.

0 comments on commit e2a2107

Please sign in to comment.