reshape_coef: Reshape Coefficient Data

View source: R/fmrilm.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 March 1, 2025, 11:20 a.m.