R/minc_hierarchical_anatomy.R
hanatLm.Rd
See anatLm for more detail
hanatLm(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 <- hanatLm(~Sex, gf, vols) # }