powered by
Create an object of class SimVarCont to hold mean values of of continuous variables specified in a simulation study.
SimVarCont
cont_var(mu_internal, mu_external)
Object of class SimVarCont.
numeric. Mean covariate value for the internal arms.
numeric. Mean covariate value for the external arm.
Other simvar: bin_var()
bin_var()
cv1 <- cont_var(0.5, 1) cv2 <- cont_var(10, 10)
Run the code above in your browser using DataLab