hanatLmerEstimateDF: Estimates degrees of freedom

View source: R/minc_hierarchical_anatomy.R

hanatLmerEstimateDFR Documentation

Estimates degrees of freedom

Description

see anatLmerEstimateDF

Usage

hanatLmerEstimateDF(buffer, n = 50)

Arguments

buffer

input hierarchical tree

n

number of structures to use for DF estimation

Details

The volumes inside the anatomical hierarchy and the data must be of the same length and ordering.

Value

input tree with df added

Examples

## Not run: 
vols <- addVolumesToHierarchy(hdefs, allvols)
hLm <- hanatLmer(~Sex + (1|ID), gf, vols)
hLm <- hanatLmerEstimateDF(hLm)
hLm <- hanatFDR(hLm)
thresholds(hLm)

## End(Not run)

Mouse-Imaging-Centre/RMINC documentation built on Nov. 12, 2022, 1:50 p.m.