TrialDesign#
- class pharmpy.model.TrialDesign[source]#
Bases:
Sequence,ImmutableAttributes Summary
The arms
Independent variable for the entire trial
Methods Summary
create(arms, independent_variable)from_dict(d)replace([arms, independent_variable])replace_arm(arm)Replace an Arm with an existing name
to_dict()Attributes Documentation
- arms#
The arms
- independent_variable#
Independent variable for the entire trial
- is_empty#
Methods Documentation