nextDesign: Get the next design sequentially

View source: R/nextDesign.R

nextDesignR Documentation

Get the next design sequentially

Description

Calculates the next valid design in a set of length n with k possible labels

Usage

nextDesign(design, k, algorithm = "sequential", par = NULL)

Arguments

design

The current design

k

the number of treatments

algorithm

Can be "sequential" in which case all designs evaluated, or "random", in which case random designs evaluated

par

A counting variable for the CE algorithm


bmp22/networkDesign documentation built on June 25, 2022, 11:45 a.m.