ste {surrosurv}R Documentation

Surrogate threshold effect

Description

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

Usage

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

Author(s)

NA

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

  ## Not run: 
  # Possibly long computation time!
  data('gastadv')
  mod <- surrosurv(gastadv, 'Clayton')
  ste(mod)
  
## End(Not run)

[Package surrosurv version 1.1.26 Index]