Description Usage Arguments Value Examples
This function is used to check the individual growth per group over time.
| 1 | check_growth(data, yearly = FALSE)
 | 
| data | Dataframe with information about individual age based growth over time.
This should be generated with  | 
| yearly | Logical specifying if relative change in individual weight shall be calculated
on a yearly basis ( | 
Dataframe showing the output of the linear model fit (slope & F-statistic) per group and age.
| 1 2 3 | check_growth(preprocess$structn_age)
check_growth(preprocess$resn_age)
check_growth(preprocess$resn_age, yearly = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.