Description Usage Arguments Value Examples
JB.logreg_o_multi output the table with OR (95% Confidence Interval),P value
| 1 | JB.logreg_o_multi(outx)
 | 
| outx | polr output object | 
A dataframe of output including Variable names, ORs (95% Confidence Intervals), P values
| 1 2 | E2.aGVHD_tmp <- polr(as.factor(aGVHD) ~ mutation + age_ge60 + diseasestat_m2,, data = D, Hess=TRUE)
JB.logreg_o_multi(E2.aGVHD_tmp)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.