meta_Fcontrasts: Meta-analysis of F-contrasts

View source: R/metafuns.R

meta_FcontrastsR Documentation

Meta-analysis of F-contrasts

Description

This function performs a meta-analysis on a list of F-contrasts results obtained from different studies or tests.

Usage

meta_Fcontrasts(fres)

Arguments

fres

A list of F-contrast results, where each element of the list contains the results for a particular study or test.

Value

A list containing meta-analysis results for each contrast. Each element of the list includes:

  • estimateA numeric vector of the combined z-scores.

  • seA numeric vector of the pooled standard errors.

  • statA numeric vector of the combined z-scores.

  • probA numeric vector of the combined p-values.

  • stat_typeA character string indicating the type of statistic used, in this case "zfstat".

Examples

# Assuming `fres` is a list of F-contrast results obtained from different studies or tests
# meta_results <- meta_Fcontrasts(fres)
# print(meta_results)

bbuchsbaum/fmrireg documentation built on May 16, 2023, 10:56 a.m.