HRboxplot.batch: Hazard ratio boxplots for all groups as a batch run

Usage Arguments Author(s) See Also Examples

View source: R/LOSplotFns.R

Usage

1

Arguments

res2

Array of type output table2.

Author(s)

N Green

See Also

byGroupHR.boxplot, ~~~

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (res2) 
{
    HRcol <- grep("HR", names(res2))
    HRnames <- names(res2)[HRcol]
    for (i in HRnames) {
        byGroupHR.boxplot(res2, i)
    }
  }

n8thangreen/HESmanip documentation built on March 21, 2020, 12:20 a.m.