pruneModel: Prune a model based on invalid gradients and bounded...

Description Usage Arguments Value Author(s) See Also

Description

Prune model prunes an ARF model according to the gradients and bounds.

Usage

1
2
3
pruneModel(arfmodel,modelname='defaultmodel',subject='',
 condition='',grad=NULL,bound=NULL,pval=NULL,
 options=new('options'),overwrite=T,experiment=NULL)

Arguments

arfmodel

An arf model object (class model).

modelname

Name for the new models (pruneModel makes newmodelnames).

subject

Name of the subject.

condition

Name of the condition.

grad

Absolute threshold for gradient check.

bound

Number of digits used in equality check on the bound.

pval

Prune non-significant regions with p-values higher than pval.

options

An "options" object (class options).

overwrite

Overwrite existing objects?

experiment

Optional experiment 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, processSeed


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