confint.delayedGSD: Treatment Effect Estimates for a Group Sequential Design with...

View source: R/confint.delayedGSD.R

confint.delayedGSDR Documentation

Treatment Effect Estimates for a Group Sequential Design with Delayed Endpoints

Description

Extract estimate, confidence intervals, p-value, ... relative to the treatment effect at a specific stage of a group sequential design with delayed endpoints. By default extract value for the latest stage that has been performed.

Usage

## S3 method for class 'delayedGSD'
confint(
  object,
  parm = NULL,
  level = NULL,
  method = NULL,
  k = NULL,
  type.k = NULL,
  ...
)

Arguments

object

object of class delayedGSD, typically output from CalcBoundaries.

parm

not used, for compatibility with the generic method.

level

not used, for compatibility with the generic method.

method

[character] type of estimate to output: can be "ML" or "MUE", the latter accounting for the group sequential design (median unbiased estimates).

k

[integer] stage relative to which the estimates should be output.

type.k

[character] type of stage relative to which the estimates should be output: "interim", "decision", or "final".

...

not used, for compatibility with the generic method.


paulowhite/DelayedGSD documentation built on Nov. 1, 2023, 5:36 p.m.