From 91560a2a47d021ed8c993de365a9aa302983100c Mon Sep 17 00:00:00 2001 From: Grant McDermott Date: Fri, 1 Nov 2024 20:21:12 -0700 Subject: [PATCH] fix badge --- README.Rmd | 2 +- README.md | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.Rmd b/README.Rmd index fbb2d37..da18382 100644 --- a/README.Rmd +++ b/README.Rmd @@ -22,7 +22,7 @@ knitr::opts_chunk$set( [![Dev R-CMD-check](https://github.com/grantmcdermott/etwfe/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/grantmcdermott/etwfe/actions/workflows/R-CMD-check.yaml) [![CRAN checks](https://badges.cranchecks.info/worst/etwfe.svg)](https://cran.r-project.org/web/checks/check_results_etwfe.html) [![CRAN downloads](https://cranlogs.r-pkg.org/badges/etwfe)](https://cran.r-project.org/package=etwfe) -[![Dependencies](https://tinyverse.netlify.com/badge/etwfe)](https://CRAN.R-project.org/package=etwfe) +[![Dependencies](https://tinyverse.netlify.app/badge/etwfe)](https://CRAN.R-project.org/package=etwfe) [![Docs](https://img.shields.io/badge/docs-homepage-blue.svg)](https://grantmcdermott.com/etwfe/index.html) diff --git a/README.md b/README.md index 99abeab..acfa9f7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ R-CMD-check](https://github.com/grantmcdermott/etwfe/actions/workflows/R-CMD-che checks](https://badges.cranchecks.info/worst/etwfe.svg)](https://cran.r-project.org/web/checks/check_results_etwfe.html) [![CRAN downloads](https://cranlogs.r-pkg.org/badges/etwfe)](https://cran.r-project.org/package=etwfe) -[![Dependencies](https://tinyverse.netlify.com/badge/etwfe)](https://CRAN.R-project.org/package=etwfe) +[![Dependencies](https://tinyverse.netlify.app/badge/etwfe)](https://CRAN.R-project.org/package=etwfe) [![Docs](https://img.shields.io/badge/docs-homepage-blue.svg)](https://grantmcdermott.com/etwfe/index.html) @@ -110,14 +110,16 @@ mod # Pass to emfx() to recover the ATTs of interest. Here's an event-study example. emfx(mod, type = "event") #> -#> Term Contrast event Estimate Std. Error z Pr(>|z|) S 2.5 % 97.5 % -#> .Dtreat mean(TRUE) - mean(FALSE) 0 -0.0332 0.0134 -2.48 0.013 6.3 -0.0594 -0.00701 -#> .Dtreat mean(TRUE) - mean(FALSE) 1 -0.0573 0.0172 -3.34 <0.001 10.2 -0.0910 -0.02373 -#> .Dtreat mean(TRUE) - mean(FALSE) 2 -0.1379 0.0308 -4.48 <0.001 17.0 -0.1982 -0.07751 -#> .Dtreat mean(TRUE) - mean(FALSE) 3 -0.1095 0.0323 -3.39 <0.001 10.5 -0.1729 -0.04619 +#> event Estimate Std. Error z Pr(>|z|) S 2.5 % 97.5 % +#> 0 -0.0332 0.0134 -2.48 0.013 6.3 -0.0594 -0.00701 +#> 1 -0.0573 0.0172 -3.34 <0.001 10.2 -0.0910 -0.02373 +#> 2 -0.1379 0.0308 -4.48 <0.001 17.0 -0.1982 -0.07751 +#> 3 -0.1095 0.0323 -3.39 <0.001 10.5 -0.1729 -0.04619 #> -#> Columns: term, contrast, event, estimate, std.error, statistic, p.value, s.value, conf.low, conf.high, predicted_lo, predicted_hi, predicted -#> Type: response +#> Term: .Dtreat +#> Type: response +#> Comparison: mean(TRUE) - mean(FALSE) +#> Columns: term, contrast, event, estimate, std.error, statistic, p.value, s.value, conf.low, conf.high, predicted_lo, predicted_hi, predicted ``` ## Acknowledgements