1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<h1>Levene's Test</h1>
<h2>Parameters</h2>
<ul><li>response variable: breaks</li>
<li>groups: tension</li>
</ul>
DATE<br />
<p class='character'><p><b> Levene's Test for Homogeneity of Variance (center = median) </b></p></p>
<p align= center >
<table cellspacing=0 border=1><caption align=bottom class=captiondataframe></caption>
<tr><td>
<table border=0 class=dataframe>
<tbody> <tr class= firstline > <th></th><th>Df</th><th>F value</th><th>Pr(>F)</th><th></th> </tr>
<tr>
<tr><td class=firstcolumn>group</td>
<td class=cellinside> 2 </td>
<td class=cellinside>2.82 </td>
<td class=cellinside>0.069</td>
<td class=cellinside>. </td> </tr>
<tr>
<tr><td class=firstcolumn> </td>
<td class=cellinside>51 </td>
<td class=cellinside> </td>
<td class=cellinside> </td>
<td class=cellinside> </td> </tr>
</tbody>
</table>
</td></table>
<br>
<p class='character'>
<p>--- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1</p>
</p>
|