summary.exposed_df {actxps}R Documentation

Summarize experience study records

Description

Create a summary data frame of termination experience for a given target status.

Usage

## S3 method for class 'exposed_df'
summary(object, ...)

Arguments

object

A data frame with exposure-level records

...

Additional arguments passed to exp_stats()

Details

Calling summary() on an exposed_df object will summarize results using exp_stats(). See exp_stats() for more information.

Value

A tibble with class exp_df, tbl_df, tbl, and data.frame.

See Also

exp_stats()

Examples

toy_census |> expose("2022-12-31", target_status = "Surrender") |>
    summary()


[Package actxps version 1.4.0 Index]