SubgroupBoost.wr: Title Win-ratio based value function guided subgrouping

Description Usage Arguments Details Value Examples

View source: R/SubgroupBoost.wr.R

Description

Title Win-ratio based value function guided subgrouping

Usage

1
SubgroupBoost.wr(dat, info, comparison)

Arguments

dat

a dataframe, rows are subject and columns are predictors, (censored) or 1 (event).

info

a dataframe of treatment indicator variable trt01p, event indicator variable evnt, and time variable aval. trt01p is coded as -1 (control) or 1 (treatment),and evnt is coded as 0 (censored) or 1(event). If there are two survival outcomes, use evnt1,evnt2 and aval1,aval2 to distinguish the two outcomes.

comparison

The types of outcome to compare in win-ratio based value function. The possible choices are

  • survival survivalTwo time-to-event outcomes

  • survivalone time-to-event outcome

  • continousone continous outcome, larger value means more benefit from treatment

  • binaryone binary outcome, larger value means more benefit from treatment

  • ordinalone ordinal discrete outcome, larger value means more benefit from treatment

Details

add details later

Value

a fitted gradient boosting model

Examples

1

liupeng2117/SubgroupBoost documentation built on Feb. 7, 2022, 1 p.m.