Std Dev Lower and Upper 95% from oneway analysis details of calculation
Hello, I am in JMP17.2.0 Procould you please explain me how is computed Std Dev Lower and Upper 95% in the example below ?Especially why the interval is not symmetric around the StdDev value ?Thank you very much. dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
platoneway = Oneway(
Y( :weight ),
X( :age ),
Each Pair( 1 ),
All Pairs( 1 ),
Comparison Circles( 0 ),
Means and Std Dev( 1 ),
Box Plots(
...