View source: R/gaudermanModelling.R
getGeneralizedGaudermanDataFrame | R Documentation |
Create Peak Matrices for Generalized 'Gauderman' linear mixed effect regression (LMER) Model with parameterized Times
getGeneralizedGaudermanDataFrame( peakmatrix, sampleIds, classes, center, timeperiod, gaudermanRange, k )
peakmatrix |
Peak matrix to be converted. |
sampleIds |
Ids of samples in the matrix |
classes |
Classes of samples |
center |
Time point that corresponds to the center time t0. The algorithm will test whether there is a significant difference between the groups at this point. |
timeperiod |
defines the time period or segment, in the spline to be tested. Note, a 3 break point spline has 4 segments. |
gaudermanRange |
range to be tested for a significant difference between the groups. |
k |
break points for the generalized 'Gauderman' spline model. |
Return the new peak matrix data frame for this peak.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.