settings-class: arf3DS4 "settings" class

Description Objects Slots Methods Author(s) See Also Examples

Description

The arf3DS4 class "settings" contains the names of all directories and files used by the arf3DS4 package. Default values are available for the "settings" class and adjusting the slot values is usually not necessary. An object of class "settings" is contained in the experiment class.

Objects

Objects can be created by calls of the form new("settings", ...).

Slots

expRda:

Name of the .Rda file containing the experiment information.

optionsRda:

Name of the .Rda file containing the options for fitting an ARF model.

startRda:

Name of the .Rda file containing the startingvalues for fitting an ARF model.

dataRda:

Name of the .Rda file containing the fMRI data location and information.

modelRda:

Name of the .Rda file containing the ARF model information.

statsRda:

Name of the .Rda file containing the statistics information of a model (not yet implemented).

regRda:

Name of the .Rda file containing the registration information of fMRI data image.

funcRda:

Name of the .Rda file containing the functional information of an fMRI data image.

subjectPrefix:

Prefix for the subject names. Defaults to empty.

conditionPrefix:

Prefix for the condition names. Defaults to empty.

modelPrefix:

Prefix for the model names. Defaults to empty.

subjectDir:

Name of the subjects directory.

conditionDir:

Name of the conditions directory.

dataDir:

Name of the data directory.

weightsDir:

Name of the weights directory (within conditions/data).

avgDir:

Name of the average data directory (within conditions/data).

regDir:

Name of the registration directory (within conditions/data).

funcDir:

Name of the functional directories (within subjects and conditions)/data.

betaDir:

Name of the beta directory (within conditions)/data.

modelDir:

Name of the model directory.

statsDir:

Name of the stats directory (not yet implemented).

modeldatDir:

Name of the data directory (within models).

avgdatFile:

Name of the averaged data file (fMRI).

avgWFile:

Name of the averaged weight file (fMRI).

avgtstatFile:

Name of the averaged t-values file (fMRI).

modelDataFile:

Name of the model prediction file (fMRI).

modelnamesRda:

Name of the modelnames.Rda file containing the fitted models.

residualFile:

Name of the residuals file (binary).

derivativeFile:

Name of the derivatives file (binary).

weightFile:

Name of the weight file (binary).

lowresFile:

Name of the lowres structural image.

lowresAvg:

Name of the average lowres structural image.

logFile:

Name of the logFile (not yet implemented).

version:

Object of class "version" (see version)

Methods

Standard arf3DS4 accessor and replacement functions can be used to access and replace slots.

access

.classname.slotname(object)

replace

.classname.slotname(object)<-

In this case classname is "settings" and slotname is for example "avgdatfile". So to access the "avgdatfile" slot of an r-object "mysettings" (of class "settings") type .settings.avgdatfile(mysettings).

Author(s)

Wouter D. Weeda - w.d.weeda@gmail.com

See Also

experiment

Examples

1
showClass("settings")

arf3DS4 documentation built on May 2, 2019, 5:16 p.m.