Description Usage Arguments Details Value Examples
Generates a combinatorial grouping matrix based on the decaydata
data.frame.
1 | groupings(decaydata)
|
decaydata |
a data.frame with column names:
'geneID','treatment','t.decay','rep','value' with classes
|
The resulting matrix of indices is used to constrain treatment alphas or treatment betas in combination. For example, in one model, treatment alphas might be allowed to vary independently (gp1), but the beta models might be constrained to be equal for some treatments indicated by haveing the same index number (other gp).
returns a matrix of equivalence group indicies based on the number of levels in the 'treatment' column (max of 4).
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.