rank: Refining evaluation methodology on stage system.

Description Usage Arguments Value References Examples

View source: R/rank.R

Description

rank returns five measurements for the grouping scheme and its overall rank.

Usage

1
rank(os, ostime, groupvar, scheme, order, covariate, weight, data)

Arguments

os

Survival indicator, 1 for death, 0 for censoring.

ostime

Duration time of survival.

groupvar

Basic group variable having the most number of stages.

scheme

Different grouping scheme, which has less stages than the basic group variable.

order

The other of stages in each grouping, from

covariate

Covariate variables taking into consideration.

weight

Weight on five measurements of grouping scheme.

data

Data set.

Value

Ranking of five measurements, which are Hazard consistency, Hazard discrimination, Explained variation, Likelihood difference and Balance. By standardized each measurement score, we provides overall ranking of schemes.

References

Xu, W., et al. 'Refining evaluation methodology on TNM stage system: assessment on HPV-related oropharyngeal cancer.' Austin Biom Biostat 2 (2015): 1014.

Examples

1
2
3
4
5
6
7
8
 
data(Rdata)
Scheme=c('Scheme.1','Scheme.2','Scheme.3')
Covar=c('Age','Treatment')
weight=c(1,1,0.5,0.5,1)
Order=list(c('I','II','III'),c('I','II','III','IV'),c('I','II','III','IV'))
rank(os='OS',ostime='survmonth',groupvar='Basic_group', scheme=Scheme, order=Order,
     covariate=Covar,weight=weight,data=Rdata)

remss documentation built on Jan. 16, 2021, 5:15 p.m.