View source: R/minc_hierarchical_anatomy.R
hanatLmer | R Documentation |
See anatLmer for more detail
hanatLmer(formula, data, anatTree, ...)
formula |
The model formula |
data |
The data frame containing the right side of the formula |
anatTree |
The anatomical tree |
... |
Extra options (REML, control of parallel execution, etc.) passed on to anatLmer |
The volumes inside the anatomical hierarchy and the data must be of the same length and ordering.
The anatomical tree with the model information added
## Not run:
vols <- addVolumesToHierarchy(hdefs, allvols)
hLm <- hanatLmer(~Sex + (1|ID), gf, vols)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.