Learn R Programming

survJamda (version 1.1.4)

excl.missing: Exclude missing samples

Description

Exclude samples with missing survival times.

Usage

excl.missing(mat,phyno)

Arguments

mat
Matrix of gene expression data.
phyno
A list of two vectors, survival time and censoring status. In the censoring status vector, 1 = event occurred, 0 = censored.

Value

A list of two objects; (i) matrix of gene expression data of the patients with no missing survival times. (ii) the list of two vectors, survival time and censoring status of patients with no missing survival time time points.

Warning

This function is not called by the user directly.