univariate_sel: Fit and select univariate selection survival model Get the...

Description Usage Arguments

View source: R/predsurv.R

Description

Fit and select univariate selection survival model Get the cost and coefficients for univariate survival analysis.

Usage

1
2
3
univariate_sel(d_train, g, x_vars, time_var = "time",
  status_var = "status", threshold = 0.01, correction = "bonferroni",
  ncores = 1L, save_file)

Arguments

d_train

dataframe

g

additional data frame for bootstrapping

x_vars

vars to analysis

time_var

defults to time

status_var

defaults to status

threshold

p value

correction

correction to apply.

ncores

for parallel.

save_file

should results be saved on file


csetraynor/predsurv documentation built on May 17, 2020, 3:43 a.m.