| Design | R Documentation |
The class Design represents and stores information for the Design.
Design(
name = character(0),
size = 0,
arms = list(),
evaluationArms = list(),
numberOfArms = 0,
fim = Fim()
)
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 |
Design
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.