Learn R Programming

insurancerating (version 0.7.5)

summary.reduce: Automatically create a summary for objects obtained from reduce()

Description

Takes an object produced by reduce(), and counts new and lost customers.

Usage

# S3 method for reduce
summary(object, ..., period = "days", name = "count")

Value

data.frame

Arguments

object

reduce object produced by reduce()

...

names of columns to aggregate counts by

period

a character string indicating the period to aggregate on. Four options are available: "quarters", "months", "weeks", and "days" (the default option)

name

The name of the new column in the output. If omitted, it will default to count.