design_anatomy: Anatomy of the design

View source: R/anatomy.R

design_anatomyR 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)

edibble documentation built on June 22, 2024, 11:04 a.m.