print.fMRI_group_single_voxel {BayesDLMfMRI} | R Documentation |
Print the structure of the object related to the SingleVoxel* functions.
## S3 method for class 'fMRI_group_single_voxel'
print(x, ...)
x |
is the returned value of any of the GroupSingleVoxel* functions |
... |
Other potential arguments |
Print the structure of the object related to the GroupSingleVoxel* functions.
## Not run:
DatabaseGroup <- get_example_fMRI_data_group()
data("covariates", package="BayesDLMfMRI")
res <- GroupSingleVoxelFFBS(posi.ffd = c(14, 56, 40), DatabaseGroup,
covariates = Covariates, m0 = 0, Cova = 100,
delta = 0.95, S0 = 1, n0 = 1, N1 = FALSE,
Nsimu1 = 100, r1 = 1, Cutpos = 30)
print(res)
## End(Not run)