Learn R Programming

actxps (version 1.5.0)

summary.exposed_df: Summarize experience study records

Description

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

Usage

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

Value

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

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.

See Also

exp_stats()

Examples

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

Run the code above in your browser using DataLab