constrMat | R Documentation |
Generate a constraint matrix with a predefined structure
constrMat(n, type = c("monotone", "control", "average", "laverage",
"uaverage", "caverage"), base = 1)
n |
a (possibly named) vector of sample sizes for each group |
type |
character string defining the type of constraints; one of "monotone", "control","average","laverage","uaverage", or "caverage" |
base |
column of the constraint matrix representing a control group (when type = "control") |
a constraint matrix
orlm
, constrSet
n <- c(10,20,30,40)
constrMat(n, type="monotone")
constrMat(n, type="control", base=2)
constrMat(n, type="average")
constrMat(n, type="laverage")
constrMat(n, type="uaverage")
constrMat(n, type="caverage", base=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.