pull_stat: Extract Statistical Measures from an fmri_lm Object

View source: R/fmrilm.R

pull_statR Documentation

Extract Statistical Measures from an fmri_lm Object

Description

This function extracts statistical measures (e.g., estimates, standard errors) from an fmri_lm object.

Usage

pull_stat(x, type, element)

Arguments

x

An fmri_lm object.

type

The type of statistic to extract: "betas", "contrasts", or "F".

element

The specific element to extract, such as "estimate", "se", "stat", or "prob".

Value

A tibble containing the requested statistical measures.


bbuchsbaum/fmrireg documentation built on March 1, 2025, 11:20 a.m.