slm_F | R Documentation |
Compute F stats map for mass-univariate GLM analysis.
slm_F(X, Y, predictors, output = c("F", "p", "p.adjust"))
X |
numerical matrix, the design or model matrix, typically created from the demographics data using |
Y |
numerical matrix, the target value, typically neuroimaging data |
predictors |
vector of character strings, the names of the predictors in the model matrix |
output |
vector of pre-defined character strings, defined what values to return. Leave alone if in doubt. |
named list with entries according to the output
parameter. By default F
= the F value map, p
= the uncorrected p value map, p.adjust
= the FDR-corrected p value map.
C Ecker, documentation by T Schaefer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.