search for: fpixel

Displaying 2 results from an estimated 2 matches for "fpixel".

Did you mean: pixel
2000 Jul 05
2
couldn't find function "..."
...(Sig,N-1)} Zscore UpperCI <- Mean + Zscore * SD / sqrt(N) UpperCI LowerCI <- Mean - Zscore * SD / sqrt(N) LowerCI } ...with no error. Next I write the function call "testcall": testcall <- call('CIfunc', prescan10$F532Mean, prescan10$F532SD, prescan10$FPixels, 0.95) ...with no error. testcall CIfunc(c(189, 238, 363, 869, 585, 350, 3624, 290, 436, 517), c(63, 58, 66, 127, 78, 46, 1452, 72, 83, 55), c(120, 120, 120, 120, 120, 120, 120, 120, 120, 120), 0.95) But when I try to evaluate the function "CIfunc": eval(testcall) I get the error:...
2000 Jul 06
0
Fwd: Re: couldn't find function ...
...n - Zscore * SD / sqrt(N) > > LowerCI > > > > } > > > > ...with no error. > > > > Next I write the function call "testcall": > > > > testcall <- call('CIfunc', prescan10$F532Mean, prescan10$F532SD, > > prescan10$FPixels, 0.95) > > > > ...with no error. > > > > testcall CIfunc(c(189, 238, 363, 869, 585, 350, 3624, 290, 436, 517), > > c(63, 58, 66, 127, 78, 46, 1452, 72, 83, 55), c(120, 120, 120, 120, 120, > > 120, 120, 120, 120, 120), 0.95) > > > > But when I try...