JB.logreg_o: univariable logistic regression ( ordered )

Description Usage Arguments Value Examples

Description

JB.logreg_o output the table with ordered univariable logistic regression result with OR (95% Confidence Interval),P value. This function only change the format of the output table.

Usage

1
JB.logreg_o(xvar, yvar, name)

Arguments

xvar

Independent variable

yvar

Dependent variable range (level > 2)

name

independent variable name

Value

A formated output including OR(95% Confidence Intervals), P value.

Examples

1
JaGVHD_1y <- logreg(D$mutation, D$aGVHD_1Y, 'Graded Acute')

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