Learn R Programming

edibble (version 1.1.0)

design_anatomy: 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, ...)

Value

An object of class "des_anatomy".

Arguments

.edibble

A complete edibble design object or edibble table.

...

Any other arguments parsed to dae::designAnatomy.

Examples

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

Run the code above in your browser using DataLab