Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
bb79c20
add tobacco_replication files
n-delaney Aug 23, 2023
ff13d1c
Update package files
n-delaney Aug 23, 2023
1a3ebd0
update text in Rmd file
n-delaney Aug 25, 2023
a1b858d
default inference
n-delaney Sep 25, 2023
12da902
integrate feedback
n-delaney Jan 26, 2024
d5b21d7
update tobacco replication vignette
n-delaney Feb 2, 2024
b6d0959
add testing, address join warning
n-delaney Feb 2, 2024
ec8d52d
replication edits
n-delaney Feb 12, 2024
4ade107
update warnings
n-delaney Feb 14, 2024
9d4af54
Merge branch 'master' into master
n-delaney Feb 14, 2024
15c368f
notebook updates
n-delaney Feb 14, 2024
451d0b7
Edit pass on full package with focus on summary method and making aug…
lmiratrix Apr 20, 2024
b010e16
tobacco vignette
n-delaney Apr 23, 2024
4032043
Update .gitignore
n-delaney Apr 24, 2024
a6d447a
clean up docs and whatnot
lmiratrix May 19, 2024
9c534ca
Merge branch 'master' of https://github.com/n-delaney/augsynth_permut…
lmiratrix May 19, 2024
e495521
Cleaned up documentation and added a few utility functions. Removed …
lmiratrix May 24, 2024
2da0e41
Merge branch 'master' into pr_merge
n-delaney Jun 5, 2024
2e57f4b
patch
n-delaney Jun 5, 2024
d400901
cleaning up printout. Adding a small DGP function for testing.
lmiratrix Jun 5, 2024
fac62f4
Merge branch 'master' of https://github.com/n-delaney/augsynth_permut…
lmiratrix Jun 5, 2024
6505c82
Cleaning up documentation and adding some testing code to increase co…
lmiratrix Jun 6, 2024
190d1f5
made plotting options work with both summary and augsynth objects
lmiratrix Jun 6, 2024
f7be966
Clean up tobacco replication, added a helper function for placebo dis…
lmiratrix Jun 7, 2024
a17d8d8
plotting from summary
n-delaney Aug 1, 2024
efd7305
update tests
n-delaney Aug 3, 2024
eaca494
update plotting tests
n-delaney Aug 4, 2024
7f35bb8
tweaks
lmiratrix Aug 28, 2024
927904c
Final tweaks--made synth calls go with nonnegative weights to make do…
lmiratrix Sep 11, 2024
57aacc0
updated tobacco so it runs.
lmiratrix Sep 11, 2024
622e95a
update from requested changes
n-delaney Oct 4, 2024
37b9cb2
clean up a few small bugs on arguments with SCM=FALSE. Started to di…
lmiratrix Oct 16, 2024
44a0de5
Merge branch 'pr_merge' of https://github.com/n-delaney/augsynth_perm…
lmiratrix Oct 16, 2024
d2f0c38
Merged in results, tried to repair some test cases (one test is failing)
lmiratrix Oct 16, 2024
843fae7
updates to tests
n-delaney Oct 18, 2024
ecadfe2
Final small cleanup to package based on eli comments.
lmiratrix Nov 15, 2024
76f6b72
Cleaning up tobacco replication script and blog post on inference
lmiratrix Nov 16, 2024
d8e4a45
update tests
n-delaney Nov 18, 2024
aed0742
reintegrate augsynth_class
n-delaney Nov 19, 2024
6e35b6f
update docs
lmiratrix Nov 21, 2024
f62134d
cleaning up the vignettes and initial blog post
lmiratrix Nov 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
^pkg.Rproj$
figure$
cache$
^.*\.Rproj$
^\.Rproj\.user$
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inst/doc
# R stuff
*.Rout
*.Rhistory
*.RData
*.RData
*.Rapp.history

# Mac stuff
Expand All @@ -27,4 +27,10 @@ inst/doc

test.R

*-vignette.pdf
*-vignette.pdf
.Rproj.user

# scratch folder
/scratch
tobacco_replication/tobacco_replication_cache
tobacco_replication/tobacco_replication_files/figure-html
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Remotes:
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Suggests:
testthat,
CausalImpact,
Expand Down
21 changes: 21 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Generated by roxygen2: do not edit by hand

S3method(dim,augsynth)
S3method(dim,multisynth)
S3method(n_time,augsynth)
S3method(n_time,multisynth)
S3method(n_treated,augsynth)
S3method(n_treated,multisynth)
S3method(n_unit,augsynth)
S3method(n_unit,multisynth)
S3method(plot,augsynth)
S3method(plot,augsynth_multiout)
S3method(plot,multisynth)
Expand All @@ -18,13 +26,26 @@ S3method(print,summary.multisynth)
S3method(summary,augsynth)
S3method(summary,augsynth_multiout)
S3method(summary,multisynth)
export(RMSPE)
export(add_inference)
export(augsynth)
export(augsynth_multiout)
export(covariate_balance_table)
export(donor_table)
export(is.augsynth)
export(is.summary.augsynth)
export(multisynth)
export(n_time)
export(n_treated)
export(n_unit)
export(permutation_plot)
export(placebo_distribution)
export(rdirichlet_b)
export(rmultinom_b)
export(rwild_b)
export(single_augsynth)
export(treated_table)
export(update_augsynth)
import(dplyr)
import(tidyr)
importFrom(ggplot2,aes)
Expand Down
Loading