powered by
Generate sets of constraint matrices (constr), right hand side elements, and numbers of equality constraints (nec) with a predefined structure
constrSet(n, set = c("sequence", "seqcontrol", "lplateau", "uplateau", "downturn", "williams"), direction = c("increase", "decrease"), base = 1)
a list with slots constr, rhs, and nec for each constraint definition
a (possibly named) vector of sample sizes for each group.
character string defining the type of constraints; one of "sequence", "seqcontrol", "lplateau", "uplateau", or "downturn"
direction of the inequality constraints, either "increase" or "decrease"
column of the constraint matrix representing a control group
orlm, constrMat
orlm
constrMat
n <- c(10,20,30,40) constrSet(n, set="sequence") constrSet(n, set="seqcontrol") constrSet(n, set="lplateau") constrSet(n, set="uplateau") constrSet(n, set="downturn") constrSet(n, set="williams")
Run the code above in your browser using DataLab