vcov_outcome
# S3 method for CBPSContinuous
vcov_outcome(object, Y, Z, delta, tol = 10^(-5), lambda = 0.01)
A fitted CBPS object.
The outcome.
The covariates (including the treatment and an intercept term) that predict the outcome.
The coefficients from regressing Y on Z, weighting by the cbpsfit$weights.
Tolerance for choosing whether to improve conditioning of the "M" matrix prior to conversion. Equal to 1/(condition number), i.e. the smallest eigenvalue divided by the largest.
The amount to be added to the diagonal of M if the condition of the matrix is worse than tol.
Variance-Covariance Matrix for Outcome Model