R/minc_hierarchical_anatomy.R
hanatAnova.Rd
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 anatomical tree with the model information added
The volumes inside the anatomical hierarchy and the data must be of the same length and ordering.
# NOT RUN { vols <- addVolumesToHierarchy(hdefs, allvols) hLm <- hanatAnova(~Sex, gf, vols) # }