print.fMRI_single_evidence: print.fMRI_single_evidence

View source: R/BayesDLMfMRI.R

print.fMRI_single_evidenceR Documentation

print.fMRI_single_evidence

Description

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

Usage

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

Arguments

x

is the returned value of any of the ffdEvidence* functions

...

Other potential arguments

Details

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

Examples

## Not run: 
fMRI.data  <- get_example_fMRI_data()
data("covariates", package="BayesDLMfMRI")
res <- ffdEvidenceFFBS(ffdc = fMRI.data, covariates = Covariates, m0=0, Cova=100,
                       delta=0.95, S0=1, n0=1, N1=FALSE, 
                       Nsimu1 = 100, Cutpos1=30, r1 = 1,
                       perVol = 0.10, Ncores=3)
print(res)

## End(Not run)

BayesDLMfMRI documentation built on Sept. 9, 2023, 9:07 a.m.