getCellMeans {GLMMRR} | R Documentation |
Get cell means for unique groups of covariates
Description
Get cell means for unique groups of covariates
Usage
getCellMeans(x, y, factor.groups)
Arguments
x |
a matrix-like object containing the covariates. |
y |
a vector of values to compute the means from. |
factor.groups |
a factor of unique groups of covariates. |
Value
the cell means.
[Package GLMMRR version 0.5.0 Index]