Description Usage Arguments See Also Examples
[todo]
1 2 3 |
objective |
object of class |
toer |
type one error rate constraint (see constraints) |
power |
power constraint (see constraints) |
label |
label for the problem |
unimodal |
force unimodal solution (can be time consuming!) |
... |
optional arguments |
problem |
object of class |
verbosity |
verbosity level of optimisation procedure |
timelimit |
maximum time spent in ILP solver (in seconds) |
scores, constraints, objectives, Design
1 2 3 4 5 6 7 | prior <- Beta(5, 7)
problem <- Problem(
minimise(SampleSize(prior)),
Power(prior %|% 0.2) <= 0.05,
Power(prior >= 0.3) >= 0.80
)
design <- optimise_design(problem)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.