checkConv-methods {causalGel} | R Documentation |
Returns convergence codes and compares moments for the treated and the control groups.
## S4 method for signature 'causalGelfit' checkConv(object, tolConv=1e-4, verbose=TRUE, ...)
object |
An object of class |
tolConv |
Tolerance to decide if balancing is achieved. |
verbose |
If FALSE nothinf is printed. |
... |
Arguments to pass to other methods. |
data(nsw) balm <- ~age+ed+black+hisp:married+nodeg+re75+I(re75^2) g <- re78~treat model <- causalModel(g, balm, nsw) fit <- gelFit(model, gelType="EL") checkConv(fit)