design_anatomy {edibble}R Documentation

Anatomy of the design

Description

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.

Usage

design_anatomy(.edibble, ...)

Arguments

.edibble

A complete edibble design object or edibble table.

...

Any other arguments parsed to dae::designAnatomy.

Value

An object of class "des_anatomy".

Examples

split <- takeout(menu_split(t1 = 3, t2 = 2, r = 2))
design_anatomy(split)

[Package edibble version 1.1.0 Index]