compute.test: Computes Tests in a neuR-object

Description Usage Arguments Value

View source: R/compute_test.R

Description

Computes tests of a neuR-object pcs array of slot data of a neuR-object (i.e. D@data$pcs)

Usage

1
2
compute.test(D, left.array, right.formula = ~1, offset.values = NULL,
  tail = 1, drop.tcs = FALSE, avoidNullPvalues = TRUE)

Arguments

D

a neuR-object

left.array

the name of the map in D@data to be used in the model or the array itself

right.formula

~1 by default. NOT IMPLEMENTED YET. The names refer to the columnames of D@info$design

offset.values

(NULL by default, same effect as 0) A value to be subtracted to each value of the matrix (same dims of left.array) It may also be 'meanOverall' or 'meanBySubject' (i.e. average over the second dimension)

drop.tcs

FALSE

avoidNullPvalues

TRUE by default. It substitute 0s with the min(1E-5, minimum value greater than 0 in the vector of p-values)

Value

a list of 3D arrays, usually a T and P one.


livioivil/neuR documentation built on May 21, 2019, 6:43 a.m.