JB.logreg_multi: A output table for multivariable logistic analysis

Description Usage Arguments Value Examples

Description

JB.logreg_multi output the table with OR (95% Confidence Interval),P value

Usage

1

Arguments

outx

polr output object

Value

A dataframe of output including Variable names, ORs (95% Confidence Intervals), P values

Examples

1
2
Rd <- glm(as.factor(renal_dysfunc) ~ age + gender_m1 + TotalAnthracycline + TotalARAC + IndNoPRBCTrans + IndNoPltTrans, data = D, family=binomial)
JB.logreg_multi(Rd)

SophiaJia/Jsurvformat documentation built on May 9, 2019, 1:52 p.m.