mni.vertex.anova {mni.cortical.statistics}R Documentation

Per vertex ANOVA

Description

An ANOVA at each vertex.

Usage

va <- mni.vertex.anova(glim.matrix, statistics.model, vertex.table=FALSE)

Arguments

glim.matrix

The design matrix as specified by mni.read.glim.file

statistics.model

The formula to test

vertex.table

The data table as generated by mni.build.data.table

Details

Runs an ANOVA at each vertex. See aov for more details about what to expect.

Value

Returns a matrix with the F values for each element in the formula

See Also

mni.vertex.statistics aov


[Package mni.cortical.statistics version 0.9.4 Index]