IPTW.ATE {RcmdrPlugin.EZR} | R Documentation |
Return stabilized weights calculated based on propensity score and assess balance of covariates between the groups.
IPTW.ATE(GLM)
GLM |
an object of class "glm", usually, a result of a call to glm. |
By putting the result of a logistic regression analysis to calculate propensity scores into IPTW.ATE(), this function returns a stabilized weight variable calculated based on propensity scores and assesses the balance of covariates between the groups.
an object of class "glm"