search for: stdd

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

Did you mean: std
2000 Jul 28
0
RJava and Orca...
...to be essential... od.1 <- .Java("org.orca.data.parsers.OrcaDataSource", "openFileData","data/normclust.dat",.name="od") dsp.1 <- .JavaConstructor("DataSourcePipe",od.1,.name="dsp") sdp.1 <- .JavaConstructor("StdDataPipe",dsp.1,.name="sdp") vsp.1 <- .JavaConstructor("VarSelPipe",sdp.1,.name="vsp") rp.1 <- .JavaConstructor("Render2DPipe",vsp.1,.name="rp") wp.1 <- .JavaConstructor("WindowPipe",rp.1,.name="wp") .Java(wp.1,"...
2003 Nov 15
0
computing a p-value for a one-way ANOVA given only means and std dev of 5 factor levels
...each of the 5 levels and need to obtain a p-value indicating whether there is evidence of a difference between these means. Mean Std Dev N Level A mA stdA nA Level B mB stdB nB Level C mC stdC nC Level D mD stdD nD Level E mE stdE nE My current plan is to assume normally distributed responses and use the known mean and std dev to generate data points which can be combined to create a data set similar to the "true" (but unavailable) data set. Then I can use a standard 1-...