- new function
table_moderator_c_bin()
- new features for
plot_balance()
- update SATE with bartCause changes
- update SATE with bartCause changes
- added
plot_trank()
function - added additional paramaters to
plot_trace()
- minor bug fix
- Added
view_overlap
argument toplot_SATE()
function. - Allows user to view what results would have been under alternative common support rules.
- Improvements to
plot_common_support()
- Added
trim
feature toplot_overlap_pScores()
this allows users to zoom in on relevant area of the plot for overlap checks
- Added
plot_moderator_c_bin()
function.
- Documentation updates for CRAN
- Documentation updates for CRAN
- Documentation updates for CRAN
- Documentation updates for CRAN
- Documentation updates for CRAN
- Documentation is now included for each function
- propensity_scores() no longer exported
- Removed legend argument from
plot_moderator_c_pd()
. Legend can be modified usingp + theme(legend.position = "<position>")
plot_overlap_pScores()
andpropensity_scores()
now pass additional arguments tobartCause::bartc()
which enables seed setting
- Homogenized function argument names across functions. This is code breaking as previous argument names are not supported.
plot_moderator_search()
now returns a ggplot object instead of anrpart.plot
object
- Fixed bug in waterfall plot
- Fixed bug in pate plot
- Initial release