Learn R Programming

PFIM (version 7.0)

Design: 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