extract.data {fmri}R Documentation

Extract data or residuals from a fmridata object

Description

The function extracts data stored as raw within an object of class 'fmridata'.

Usage

extract.data(z, what = "data")

Arguments

z an object of class 'fmridata'
what either "data" or "residuals".

Details

The function extracts data stored as raw within an object of class 'fmridata'.

Value

an array of dimension data$dim containing either the fmri-data or residuals.

Author(s)

Joerg Polzehl polzehl@wias-berlin.de

See Also

fmri.lm


[Package fmri version 1.2-6 Index]