modelGoudermanLongitudinal: Create the Gouderman Model for each of the metabolites

Description Usage Arguments Value Examples

View source: R/gaudermanModelling.R

Description

Fitting the Gouderman Model with using Gouderman-Data Arangement.

Usage

1
modelGoudermanLongitudinal(mygaudermanLDO, splinetype = "linear")

Arguments

mygaudermanLDO

GaudermanLDO data object, created by the generalized gauderman algorithm (GGA).

Value

GaudermanModelEvaluation Results of the evaluation of the Fitted linear mixed effect models for the defined time periods.

Examples

1
2
3
4
5
6
7
8
## Not run: 
 
  data(mygaudermanLDOExample3)
  evaluationresult1<- modelGoudermanLongitudinal(gaudermanLDOexample3TP)
  
  data(mygaudermanLDOExample4)
  evaluationresult1<- modelGoudermanLongitudinal(gaudermanLDOexample4TP)
  

ac-hauschild/LoBrA documentation built on May 26, 2019, 3:35 p.m.