Description Usage Arguments Details Value References See Also
Facilitates the simulation of continuous outcome data from a cross-over trial, for a given cross-over design.
1 2 3 |
sequences |
An object of class |
n |
Either a single |
replicates |
A single |
intercept |
A single |
period |
A |
treatment |
A |
carryover |
A |
subject |
A |
sigma_b |
A single strictly positive |
sigma_e |
A single strictly positive |
random |
A |
seed |
A random number seed, to be passed to
|
summary |
A |
sim_bin()
supports the simulation of continuous outcome data from a
cross-over trial. Precisely, a cross-over design of class xover_seq
is
provided (see sequences
). Then, the values of treatment
,
period
, and several other input arguments determines the distribution
of the simulated data. See the package vignette for further dettails.
A list
or class xover_sim
containing in
particular a list
sim_data
which holds the
simulated data.
Jones B, Kenward MG (2014) Design and Analysis of Cross-Over Trials. Chapman and Hall: London, 3rd Edition.
as_xover_seq
for converting designs to class
xover_seq
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.