cont_var | R Documentation |
Create an object of class SimVarCont
to hold mean values of
of continuous variables specified in a simulation study.
cont_var(mu_internal, mu_external)
mu_internal |
numeric. Mean covariate value for the internal arms. |
mu_external |
numeric. Mean covariate value for the external arm. |
Object of class SimVarCont
.
Other simvar:
bin_var()
cv1 <- cont_var(0.5, 1)
cv2 <- cont_var(10, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.