print.fMRI_single_voxel {BayesDLMfMRI}R Documentation

print.fMRI_single_voxel

Description

Print the structure of the object related to the SingleVoxel* functions.

Usage

## S3 method for class 'fMRI_single_voxel'
print(x, ...)

Arguments

x

is the returned value of any of the SingleVoxel* functions,

...

Other potential arguments

Details

Print the structure of the object related to the SingleVoxel* functions.

Examples

## Not run: 
fMRI.data  <- get_example_fMRI_data()
data("covariates", package="BayesDLMfMRI")
res.indi <- SingleVoxelFSTS(posi.ffd = c(14, 56, 40), 
                            covariates = Covariates,
                            ffdc =  fMRI.data, 
                            m0 = 0, Cova = 100, delta = 0.95, S0 = 1, 
                            n0 = 1, Nsimu1 = 100, N1 = N1, Cutpos1 = 30, 
                            Min.vol = 0.10, r1 = 1)
print(res.indi)

## End(Not run)

[Package BayesDLMfMRI version 0.0.3 Index]