The function summary.slseFit returns the summary statistics of
the least squares estimation of slseModel objects
estimated by estSLSE. It is an object of class
summary.slseFit, which is a list with the following elements:
- model
The slseModel model being estimated.
- lseSum
An object of class summary.lm.
The function summary.cslseFit returns an object of class
summary.cslseFit, which is a list of summary.slseFit objects,
one for each treatment group.
The function summary.cslse returns the summary statistics of the
causal effect estimates. It is an object of class summary.cslse,
which is a list with the following elements:
- causal
A matrix with the causal effect estimates in the first
column, their standard errors in the second, their t-ratios in the
third and p-values in the fourth.
- lse
A list of summary.slseFit objects, one for each
treatment group.