View source: R/minc_hierarchical_anatomy.R
hanatAnova | R Documentation |
See anatAnova for more detail
hanatAnova(formula, data, anatTree)
formula |
The model formula |
data |
The data frame containing the right side of the formula |
anatTree |
The anatomical tree |
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 <- hanatAnova(~Sex, gf, vols)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.