Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/build_augbin_data.R
Builds a dataset of class "augbin_data"
, principally for use with
augbin
.
1 2 3 |
continuous |
A |
binary |
A |
treatment |
A |
dichotomisation |
A |
The responder outcome is assumed to define a responder when
a continuous component (see continuous
) is below a particular
dichotomisation threshold (see dichotomisation
) and a binary component
(see binary
) is 0.
A tibble
, with additional
class
"augbin_data"
.
Michael J Grayling.
augbin
, print.augbin
,
summary.augbin
, plot.augbin
.
1 2 | # Create a randomly generated dataset from 100 patients
data <- build_augbin_data()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.