design_anatomy | R Documentation |
This is a convenient wrapper for dae::designAnatomy
where the formulae
structure is
automatically determined by the unit and treatment structure specified in edibble
system.
Note: the computation may be long if the design is quite complicated or there are many units.
design_anatomy(.edibble, ...)
.edibble |
A complete edibble design object or edibble table. |
... |
Any other arguments parsed to |
An object of class "des_anatomy".
split <- takeout(menu_split(t1 = 3, t2 = 2, r = 2))
design_anatomy(split)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.