reshape_coef: Reshape Coefficient Data

View source: R/fmrilm.R View source: R/fmri_lm_methods.R

reshape_coefR Documentation

Reshape Coefficient Data

Description

This function reshapes coefficient data from wide to long format and merges it with design information.

Usage

reshape_coef(df, des, measure = "value")

Arguments

df

A data frame containing coefficient estimates.

des

A data frame containing design information.

measure

The name of the value column in the reshaped data. Default is "value".

Value

A data frame in long format with merged design information.


bbuchsbaum/fmrireg documentation built on June 10, 2025, 8:18 p.m.