View source: R/gaudermanModelling.R
modelGoudermanLongitudinal | R Documentation |
Uses the linear mixed effects modeling to build the final 'Gauderman' model. The 'Gauderman' modification enables the exact calculation of the significance of a specified section of the spline model.
modelGoudermanLongitudinal(mygaudermanLDO, correctionMethod = "bonferroni")
mygaudermanLDO |
GaudermanLDO data object, created by the generalized 'Gauderman' algorithm (GGA). |
correctionMethod |
correction for p-values. Possible methods: 'holm', 'hochberg', 'hommel', 'bonferroni', 'BH', 'BY', 'fdr', 'none' |
'GaudermanModelEvaluation' Results of the evaluation of the Fitted linear mixed effect models for the defined time periods.
data(LoBraExample) selectedLDO <- selectComponents(ldo, components) gaudermanLDOexample <- createGoudermanData(selectedLDO, breaks=c(8, 12), center=12, timeperiod=2) evalResult<- modelGoudermanLongitudinal(gaudermanLDOexample) message(evalResult@correctedpvalues<0.005)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.