summary.MP {cdid} | R Documentation |
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 class 'MP'
summary(object, ...)
Arguments
object |
An |
... |
Additional arguments passed to the function. |
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.