Summary of causal effect estimation results obtained with CausalMBSTS
Summary of causal effect estimation results obtained with CausalMBSTS
The method extracts and computes various summaries of the causal analysis with CausalMBSTS.
## S3 method for class 'CausalMBSTS'summary(object,...)
Arguments
object: An object of class 'CausalMBSTS', a result of a call to CausalMBSTS.
...: further arguments passed to or from other methods (currently not used).
Returns
Returns an object of class summary.CausalMBSTS, which is a list of data frames corresponding to each date provided in horizon (or its default value) with the following columns: - mean: Estimated average causal effect
lower: Lower bound of the two-sided (1-alpha)% credible interval. Note that alpha parameter is inherited from the object object.
upper: Upper bound of the two-sided (1-alpha)% credible interval
cum.sum: Pointwise effect
cum.lower: Lower bound of a (1-alpha)% credible interval of the pointwise effect
cum.upper: Upper bound of a (1-alpha)% credible interval of the pointwise effect
bayes.pval: Bayesian p-value for the average causal effect
pct.causal.eff: Probability of a causal effect (%)