Description Usage Arguments Value Examples
View source: R/gaudermanModelling.R
Fitting the Gouderman Model with using Gouderman-Data Arangement.
1 | modelGoudermanLongitudinal(mygaudermanLDO, splinetype = "linear")
|
mygaudermanLDO |
GaudermanLDO data object, created by the generalized gauderman algorithm (GGA). |
GaudermanModelEvaluation Results of the evaluation of the Fitted linear mixed effect models for the defined time periods.
1 2 3 4 5 6 7 8 | ## Not run:
data(mygaudermanLDOExample3)
evaluationresult1<- modelGoudermanLongitudinal(gaudermanLDOexample3TP)
data(mygaudermanLDOExample4)
evaluationresult1<- modelGoudermanLongitudinal(gaudermanLDOexample4TP)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.