uv_logrank: Looping for logrank Regression

Description Usage Arguments Value Examples

View source: R/uv_logrank.R

Description

Looping for logrank Regression

Usage

1
uv_logrank(data, time, event, variable, round = 3, order_by.p = TRUE)

Arguments

data

data

time

time variable

event

event variable

variable

variable names for logrank regression. If missing, it will be column names of data except y

round

digital round, 3 is defaulted

order_by.p

logical. TRUE, defaulted, means increasing order in p value

Value

logrank regression results

Examples

1
2
uv_logrank(data = mtcars,
    time = 'qsec',event = 'vs')

fastStat documentation built on Jan. 13, 2021, 7:32 a.m.