hanatLmerEstimateDF(buffer, n = 50)
buffer | input hierarchical tree |
---|---|
n | number of structures to use for DF estimation |
input tree with df 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 <- hanatLmer(~Sex + (1|ID), gf, vols) hLm <- hanatLmerEstimateDF(hLm) hLm <- hanatFDR(hLm) thresholds(hLm) # }