summary.fmridata function

I/O functions

I/O functions

'summary' method for class '"fmridata"'.

## S3 method for class 'fmridata' summary(object, ...)

Arguments

  • object: an object of class fmridata, usually, a result of a call to fmri.lm, fmri.smooth, fmri.pvalue, read.AFNI, or read.ANALYZE.
  • ...: further arguments passed to or from other methods.

Details

The method tries to print information on data, like data dimension, voxel size, value range.

Returns

A list with the following elements: - dim: data dimension

  • delta: voxel dimension, if available

  • values: value range

  • z: design matrix

Author(s)

Karsten Tabelow tabelow@wias-berlin.de

See Also

print.fmridata

Examples

## Not run: summary(data)