newModel: Create a new ARF model

Description Usage Arguments Details Value Author(s) See Also

View source: R/modelFunctions.R

Description

newModel creates a new model of with a given number of regions in the spatial model within a subject/condition, using the options specified. It also creates a new directory in the model directory of the condition.

Usage

1
2
3
newModel(modelname = "defaultmodel", regions = 1, subject = "", 
 condition = "", type = c("gauss", "simple"), options = new("options"), 
 overwrite = T, experiment = NULL)

Arguments

modelname

Name of the model.

regions

Number of regions in the spatial model.

subject

Name of the subject.

condition

Name of the condition.

type

Type of model to fit (full Gaussian ('gauss'), simple Gaussian ('simple').

options

Options object (options).

overwrite

Overwrite the model if a model with the same name alreay exists?

experiment

Experiment object (as default uses .experiment).

Details

Calls to newModel save an instance of a file named model.Rda in the appropriate directory and return the model object.

Value

Returns an object of class "model" with the appropriate slots.

Author(s)

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

See Also

model, options, experiment


arf3DS4 documentation built on May 2, 2019, 8:19 a.m.