An output list of 12 objects, of class ltdagg:
hiclusName of clustering object created by LCcluster().
dframeName of data.frame containing X, trtm & Y variables.
trtmName of treatment factor variable.
yvarName of outcome Y variable.
KNumber of Clusters Requested.
actclustNumber of Clusters delivered.
LTDtabldata.frame with 5 columns and K rows for Clusters.
LTDtabl$cCluster ID Factor, "1", "2", ..., "K".
LTDtabl$LTDNumerical value of Local Treatment Difference for a Cluster.
LTDtabl$wInteger value of "weight" = Cluster Size.
LTDtabl$LAONumerical value of within-cluster Local Average Outcome (Y-value).
LTDtabl$PSNumerical value of Propensity Score = Local Fraction of Experimental
Units receiving trtm==1; 0.0 <= PS <= 1.0.
LTDdistdata.frame with 4 columns and same number of rows as the data: dframe.
LTDdist$c.KFactor values within c("1", "2", ..., "K").
LTDdist$yNumerical value of the Y-Outcome for an Experimental Unit.
LTDdist$tNumerical value of trtm (0 or 1) for an Experimental Unit.
LTDdist$LTDNumerical value of the LTD for the Cluster containing an
Experimental Unit.
infoclusInteger value of Number of Informative Clusters.
infounitsInteger value of Number of Units within Informative Clusters.
LTDmeanNumerical value of mean(LTDdist$LTD) = Weighted Average of
LTDtabl$LTD values.
LTDstdeNumerical value of sqrt(var(LTDdist$LTD)) = Weighted Standard
Deviation of LTDtabl$LTD values.