diff --git a/dev/articles/ggiplot.html b/dev/articles/ggiplot.html index 8d9caec..b7d5834 100644 --- a/dev/articles/ggiplot.html +++ b/dev/articles/ggiplot.html @@ -80,8 +80,6 @@
library(ggfixest)
#> Loading required package: ggplot2
-#> Error in get(paste0(generic, ".", class), envir = get_method_env()) :
-#> object 'type_sum.accel' not found
#> Loading required package: fixest
In the examples that follow, I’ll be drawing on the
fixest introductory
diff --git a/dev/authors.html b/dev/authors.html
index 689a652..e856abb 100644
--- a/dev/authors.html
+++ b/dev/authors.html
@@ -52,14 +52,14 @@ Source: McDermott G (2024).
+ McDermott G (2025).
ggfixest: Dedicated 'ggplot2' Methods for 'fixest' Objects.
R package version 0.1.0.9001, https://grantmcdermott.com/ggfixest/.
Authors
Citation
DESCRIPTION
@Manual{,
title = {ggfixest: Dedicated 'ggplot2' Methods for 'fixest' Objects},
author = {Grant McDermott},
- year = {2024},
+ year = {2025},
note = {R package version 0.1.0.9001},
url = {https://grantmcdermott.com/ggfixest/},
}
diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml
index 19ce9c1..77751d1 100644
--- a/dev/pkgdown.yml
+++ b/dev/pkgdown.yml
@@ -3,7 +3,7 @@ pkgdown: 2.1.1
pkgdown_sha: ~
articles:
ggiplot: ggiplot.html
-last_built: 2024-12-18T19:46Z
+last_built: 2025-01-17T20:51Z
urls:
reference: https://grantmcdermott.com/ggiplot/reference
article: https://grantmcdermott.com/ggiplot/articles
diff --git a/dev/reference/aggr_es.html b/dev/reference/aggr_es.html
index 2eab682..027e98f 100644
--- a/dev/reference/aggr_es.html
+++ b/dev/reference/aggr_es.html
@@ -64,7 +64,7 @@ Aggregates event-study treatment effects.
effect (i.e. across multiple periods). However, it can also return the
cumulative post-treatment effect and can be used to aggregate pre-treatment
effects too. At its heart, aggr_es()
is a convenience wrapper around
-marginaleffects::hypotheses()
, which is used to perform the underlying
+marginaleffects::hypotheses()
, which is used to perform the underlying
joint hypothesis test.
Additional arguments passed to marginaleffects::hypotheses()
.
Additional arguments passed to marginaleffects::hypotheses()
.