The actxps package now contains support for transaction studies.
add_transactions()
function adds transactions to
exposed_df
objects.trx_stats()
function summarizes transaction results
and returns a trx_df
object.trx_df
) S3 methods were added
for for autoplot()
and autotable()
.exp_shiny()
function was updated to support
transaction studies.withdrawals
) and sample policy values
(account_vals
). These are meant to be paired with
census_dat
.vignette("transactions")
.Other changes
pol_interval()
(a generic version),
pol_yr()
, pol_qtr()
, pol_mth()
,
and pol_wk()
. See vignette("misc")
.as_exposed_df()
function to include stricter input requirements and helpful error
messages.exposed_df
objects to ensure class persistence, especially
on grouped data frames. These include: group_by()
and
ungroup()
, filter()
, arrange()
,
mutate()
, select()
, slice()
,
rename()
, relocate()
,
left_join()
, right_join()
,
inner_join()
, full_join()
,
semi_join()
, and anti_join()
.autotable.exp_df()
was updated to be consistent across like
columns.pol_val
column in census_dat
was
renamed to premium
.expose()
functions now include a new column for period
end dates.
Fixed issues with expose()
dropping records:
Fixed 2 R CMD check problems.
First version submitted to CRAN.
Added exp_shiny()
function.
Added step_expose()
recipe step function.
First developmental version