actxpspy v0.0.1
-
Several updates to align with the R version of actxps
- Added optional confidence interval outputs to
ExpStatsandTrxStatsobjects - Added an
expose_split()method toExposedDFclasses, which divides calendar period exposures into pre- and post-policy anniversary segments. This creates aSplitExposedDFobject, which is a subclass ofExposedDF. - Added special plotting functions
ExpStats.plot_termination_rates(),ExpStats.plot_actual_to_expected(), andTrxStats.plot_utilization_rates() - Added
from_DataFrameclass methods to ExpStats and TrxStats objects that enables the creation of experience summary objects pre-aggregated data sets. - Added the
great_tablespackage as the backend for table() methods - Shiny UI updates
- Added a 'points' geom, log 10 y-axis, and confidence interval options to plot methods
- Added sample data for pre-aggregated exposures (
load_agg_sim_dat()) - Bug fix - the target status wasn't being fully exposed when using calendar period exposures
- The assumed default status on
ExposedDFobjects is now the most common status instead of the first observed status. - Added helper background functions for column selection
- Added several articles to the package's website
- Added optional confidence interval outputs to
-
Current differences from the R version are:
- No support for plotting a second variable on the y-axis for
.plot()methods - No predictive modeling support function (
add_predictions(),step_expose()) - Table output cannot be saved to a png directly in the shiny app
- functions like
pol_interval()don't accept arbitrary durations. Only 'year', 'quarter', 'month', or 'week' are allowed.
- No support for plotting a second variable on the y-axis for