loadModel {arf3DS4} | R Documentation |
loadModel loads an ARF model based on the modelname, subject name and condition name.
loadModel(modelname, subject = NA, condition, experiment = NULL)
modelname |
Name of the model to be loaded. |
subject |
Name of the subject. |
condition |
Name of the condition. |
experiment |
Optional object of class |
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.
Returns an object of class model
.
Wouter D. Weeda - w.d.weeda@gmail.com