search for: f532sd

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

Did you mean: 1532d
2000 Jul 05
2
couldn't find function "..."
...e {Zscore <- pt(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)...
2000 Jul 06
0
Fwd: Re: couldn't find function ...
...t; > 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) > &gt...