constraints | R Documentation |
Create a set of constraints
constraints(name, out, hyp, nom, delta, binary)
name |
character vector of constraint names. |
out |
character vector denoting which simulation output each constraint pertains to. |
hyp |
character vector denoting which hypothesis each constraint pertains to. |
nom |
numeric vector of nominal upper limits. |
delta |
numeric vector of probabilities. |
binary |
boolean vector denoting if the constraint output is binary or otherwise. |
A data.frame defining the constraints.
constraints(name = c("tII"),
out = c("s"),
hyp = c("alt"),
nom = c(0.1),
delta = c(0.95),
binary = c(TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.