Learn R Programming

arf3DS4 (version 2.5-4)

loadModel: Load an ARF model

Description

loadModel loads an ARF model based on the modelname, subject name and condition name.

Usage

loadModel(modelname, subject = NA, condition, experiment = NULL)

Arguments

modelname
Name of the model to be loaded.
subject
Name of the subject.
condition
Name of the condition.
experiment
Optional object of class experiment.

Value

  • Returns an object of class model.

Details

loadModel can also take as input an object of class mnames with as a second (subject) argument a numerical indicator of which model to load.

See Also

model, experiment, mnames