View source: R/minc_hierarchical_anatomy.R
hanatLmerEstimateDF | R Documentation |
see anatLmerEstimateDF
hanatLmerEstimateDF(buffer, n = 50)
buffer |
input hierarchical tree |
n |
number of structures to use for DF estimation |
The volumes inside the anatomical hierarchy and the data must be of the same length and ordering.
input tree with df added
## Not run:
vols <- addVolumesToHierarchy(hdefs, allvols)
hLm <- hanatLmer(~Sex + (1|ID), gf, vols)
hLm <- hanatLmerEstimateDF(hLm)
hLm <- hanatFDR(hLm)
thresholds(hLm)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.