R/dist_fn.R
get_one_marg_dist.Rd
Compute one estimate of the marginal CDF/PMF on a given data set.
get_one_marg_dist( treat, covar, treat_form, out_model, out, out_levels, out_form )
treat | A |
---|---|
covar | A |
treat_form | The right-hand side of a regression formula for the working model of treatment probability as a function of covariates |
out_model | Which R function should be used to fit the proportional odds
model. Options are |
out | A |
out_levels | A |
out_form | The right-hand side of a regression formula for the working proportional odds model. NOTE: THIS FORMULA MUST NOT SUPPRESS THE INTERCEPT. |
List of estimated cdf/pmf for these input data.