uv_cox: Looping for Unix Cox Regression

Description Usage Arguments Value

Description

Looping for Unix Cox Regression

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
uv_cox(
  data,
  time,
  status,
  x,
  adjust,
  round = 3,
  pvalue.cutoff = 0.05,
  drop = TRUE
)

Arguments

data

data

time

time variable

status

status variable

x

variable names for univariable cox regression. If missing, it will be column names of data except y and adjust

adjust

adjust variable names for univariable cox regression

round

digital round, 3 is defaulted

pvalue.cutoff

threshold for p value to show star. 0.05 is defaulted

drop

logical, whether to drop data by p_value

Value

univariable cox regression results


yikeshu0611/TCGAimmunelncRNA documentation built on Dec. 23, 2021, 7:20 p.m.