fit_amps: Extract the fit amplitudes from an object of class...

View source: R/fitting.R

fit_ampsR Documentation

Extract the fit amplitudes from an object of class fit_result.

Description

Extract the fit amplitudes from an object of class fit_result.

Usage

fit_amps(
  x,
  inc_index = FALSE,
  sort_names = FALSE,
  append_common_1h_comb = TRUE
)

Arguments

x

fit_result object.

inc_index

include columns for the voxel index.

sort_names

sort the basis set names alphabetically.

append_common_1h_comb

append commonly used 1H metabolite combinations eg tNAA = NAA + NAAG.

Value

a dataframe of amplitudes.


spant documentation built on Oct. 23, 2023, 5:06 p.m.