ste: Surrogate threshold effect

Description Usage Arguments Value Author(s) References Examples

Description

The function ste() computes the surrogate threshold effect (STE) of a .

Usage

1
2
3
4
ste(x, models = names(x), exact.models)

## S3 method for class 'steSurrosurv'
print(x, digits = 2, ...)

Arguments

x

The fitted models, an object of class surrosurv

models, exact.models

Which models should be fitted (see surrosurv())

digits

the number of digits

...

Further parameters to be passed to the generic print() function

Value

An object of class steSurrosurv containing, for each trial:

Author(s)

Federico Rotolo [aut, cre], Xavier Paoletti [ctr], Marc Buyse [ctr], Tomasz Burzykowski [ctr], Stefan Michiels [ctr]

References

Burzykowski T, Buyse M. Surrogate threshold effect: an alternative measure for meta-analytic surrogate endpoint validation. Pharm Stat. 2006;5(3):173-86. doi:10.1002/pst.207

Examples

1
2
3
4
5
6
  
  # Possibly long computation time!
  data('gastadv')
  mod <- surrosurv(gastadv, 'Clayton')
  ste(mod)
  

surrosurv documentation built on May 2, 2019, 4:48 p.m.