-
Initial commit.
-
Add R functions: estimation, power analysis, and assumption checks.
-
Add R tests: estimation and assumption checks.
-
Add CARE dataset.
-
Add shiny app.
-
Add R function: shiny app launch.
-
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
-
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 button -
Added 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
-
Fixed comments in help file
-
Fixed probabilities in Table 1.3 of the shiny app
- Fixed issues with delisted dependencies by removing tests
- Updated package documentation and help pages
- Created pkgdown website
- Fixed display issues in "shinyrdd" app
- Fixed
mrd_est
to allow users to specify "IK12" and "IK09" for thebw
argument. - Added warnings for
front.bw
calculations inmfrd_est
.
- Updated degrees of freedom calculations in
rd_impute
andmrd_impute
to use Barnard and Rubin (1999) adjustment.
- Adjusted the smoothing spline used in the
int_cubic
internal function to improve estimation stability.