View source: R/confint.delayedGSD.R
confint.delayedGSD | R Documentation |
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.
## S3 method for class 'delayedGSD'
confint(
object,
parm = NULL,
level = NULL,
method = NULL,
k = NULL,
type.k = NULL,
...
)
object |
object of class |
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 |
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: |
... |
not used, for compatibility with the generic method. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.