powered by
Create a summary data frame of termination experience for a given target status.
# S3 method for exposed_df summary(object, ...)
A tibble with class exp_df, tbl_df, tbl, and data.frame.
exp_df
tbl_df
tbl
data.frame
A data frame with exposure-level records
Additional arguments passed to exp_stats()
exp_stats()
Calling summary() on an exposed_df object will summarize results using exp_stats(). See exp_stats() for more information.
summary()
exposed_df
toy_census |> expose("2022-12-31", target_status = "Surrender") |> summary()
Run the code above in your browser using DataLab