Changelog
rddapp 0.1.0
CRAN release: 2017-12-12
Initial commit.
Add R functions: estimation, power analysis, and assumption checks.
Add R tests: estimation and assumption checks.
Add CARE dataset.
rddapp 1.1.0
CRAN release: 2018-04-26
Shiny app has new download buttons, screenshots, and a draft manual
Several bugfixes in functions that used the bootstrap (bad integrand issue fixed)
Summary functions have been updated to displays results in more consistent format
Summary functions are now including confidence intervals by default
Stability fixes for dc_est function
Default of t.design was changed to NULL to force user to always specify design
rddapp 1.2.0
Nonparametric version of frontier approach is added to mfrd_est and summary function is updated to display the new results
Downstream functions mrd_est, plot.mfrd, mrd_impute and its summary function have been updated to display nonparametric results of frontier approach
Summary functions have been updated to display results according to selection of est.cov and est.itt
Summary functions have been added for functions rd_power and mrd_power
Bugfixes in mrd_impute function, including summary function
Incorrect outputs for Cohen’s d of covariates are removed from rd_est and mrd_est
Help files have been updated e.g. example added for rd_type, more descriptions of arguments added for plot.mfrd and predict.rd
The shiny app manual has been fully drafted and edited
Plots in the Shiny app can all now be downloaded as
.png
or.svg
(in addition to.pdf
) with the click of a buttonAdded new model estimates to Table 3.1 in the Shiny app
Added 3D plots for models with two assignment variables to Figure 3.1 in the Shiny app
rddapp 1.2.1
CRAN release: 2020-02-20
Fixed comments in help file
Fixed probabilities in Table 1.3 of the shiny app
rddapp 1.3
- Updated package documentation and help pages
- Created pkgdown website
- Fixed display issues in “shinyrdd” app
rddapp 1.3.1
- Fixed
mrd_est
to allow users to specify “IK12” and “IK09” for thebw
argument. - Added warnings for
front.bw
calculations inmfrd_est
.