Design: Design

DesignR Documentation

Design

Description

The class Design represents and stores information for the Design.

Usage

Design(
  name = character(0),
  size = 0,
  arms = list(),
  evaluationArms = list(),
  numberOfArms = 0,
  fim = Fim()
)

Arguments

name

A string giving the name of the design.

size

A integer giving the size of the design.

arms

A list giving the arms of the design.

evaluationArms

A list giving the valuation of the arms of the design.

numberOfArms

A integer giving the number of arms.

fim

A object Fim giving the Fim of the design.

Details

Design


PFIM documentation built on Jan. 30, 2026, 5:08 p.m.