I want to do propensity score analysis. I have already fit a logistic
regression and got the predicted probability as propensity score. But how to
stratify these data according to the propensity score in R? If I want to
get 5 strata, what function should I use?
Thanks.