search for: f532mean

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

2000 Jul 05
2
couldn't find function "..."
...lt;- pnorm(Sig)} else {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":...
2000 Jul 06
0
Fwd: Re: couldn't find function ...
...pperCI > > > > 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, 12...