Learn R Programming

cdid (version 0.1.0)

summary.MP: summary.MP

Description

Prints a detailed summary of an MP object. The function outputs key details of the group-time average treatment effects, such as estimation method, control group, and pre-test results for parallel trends.

Usage

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

Value

No return value. This function is called for its side effects of printing a summary of the MP object to the console, including:

  • Call: The call used to create the MP object.

  • Group-Time Average Treatment Effects: A table of estimates with confidence bands.

  • Control Group: Information about the chosen control group (e.g., "Never Treated").

  • Anticipation Periods: Number of periods used to account for anticipation effects.

  • Estimation Method: Method used for treatment effect estimation.

  • Pre-Test Results: p-values for the test of parallel trends assumption, if available.

Arguments

object

An MP object, representing the results of a multi-period analysis.

...

Additional arguments passed to the function.

See Also

MP, print.MP