JB.logreg: univariable logistic regression

Description Usage Arguments Value Examples

Description

JB.logreg output the table with general 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(xvar, yvar, name, factorNY = FALSE)

Arguments

xvar

Independent variable

yvar

Dependent variable range(0,1)

name

independent variable name

Value

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

Examples

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

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