Description Usage Arguments Details Value References See Also
Facilitates the analysis of continuous outcome data in a cross-over dataset.
1 2 3 |
data |
A |
outcome |
The chosen continuous outcome variable from |
method |
A |
alternative |
|
complete_case |
A |
conf_level |
The confidence level to use in confidence interval
construction. Should be a single |
carryover |
Only used in the case that |
summary |
A |
an_cont()
supports the analysis of continuous outcome data from a
cross-over trial. Precisely, a dataset of class xover_data
is provided
(see data
), along with a continuous outcome variable within this
dataset (see outcome
). The value of method
, and several other
input arguments, then determines the type of analysis performed on the data.
At present, the following values of method
are supported:
"anova"
: To analyse using an analysis of variance approach;
"lmm"
: To analyse using a linear mixed model;
"t_test"
: To analyse using t-tests.
See the package vignette for further dettails.
Note that datasets can be converted to class xover_data
using
as_xover_data
.
A list
or class xover_an
containing in
particular a list
test_results
describing the
results of the chosen test.
Jones B, Kenward MG (2014) Design and Analysis of Cross-Over Trials. Chapman and Hall: London, 3rd Edition.
as_xover_data
for converting datasets to class
xover_data
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.