'MultiTestH0' tests if the vector or matrix 'fp.proj.matrix' given as an argument is significantly different from a null vector or matrix at a level alpha.
a matrix of signals to be tested with as many columns as signals to test
fp.var
a numeric indicating the variance of the dataset
fp.alpha
a numeric value indicating the level of the statistical multitest H0
fp.proc
a character either "bonferroni" or "fdr" indicating which method to use for the multitest H0
"fdr" method is not implemented yet
Value
returns TRUE if the test was not significant, FALSE if H1 is true (the mean is centered on 0) at a level alpha
when 'fp.proj.matrix' is a matrix the function returns a vector of boolean values.