How can I obtain balance statistics (with MatchBalance
of Matching
package) for match analysis when I only have the outcome and treatment variable as well as the propensity score but not the different covariates?
This is my match function:
match1=Match(Y=table$Y,Tr=table$Treat,X=table$PX,replace = T)
summary.Match(match1)