multicoxa: High dimensional multivariate cox proportional hazard data...

Description Usage Arguments Value Examples

View source: R/multicoxa.R

Description

Given the dimensions of the variables and survival informations. The function performs multivariate Cox PH by taking 5 variables at a time.

Usage

1
multicoxa(m, n, OS, event, data)

Arguments

m

Starting number of column from where multivariate variables will get selected.

n

Ending number of column till where multivariate variables will get selected.

OS

"Column/Variable name" consisting duration of survival.

event

"Column/Variable name" consisting survival event.

data

High dimensional data containing survival observations and covariates.

Value

Data set containing the survival estimates and Pvalue.

Examples

1
2
##
multicoxa(m=15,n=18,OS="os",event="death",data=hnscc)

SurvHiDim documentation built on June 26, 2021, 5:06 p.m.