Hi everyone,
kindly I need to know the command of Bartlett test.
can someone help me please?
kindest,
kindly I need to know the command of Bartlett test.
can someone help me please?
kindest,
use "C:\Program Files\Stata16\ado\base\a\auto.dta"
. oneway price rep78, bonferroni
Analysis of Variance
Source SS df MS F Prob > F
------------------------------------------------------------------------
Between groups 8360542.63 4 2090135.66 0.24 0.9174
Within groups 568436416 64 8881819
------------------------------------------------------------------------
Total 576796959 68 8482308.22
Bartlett's test for equal variances: chi2(4) = 11.4252 Prob>chi2 = 0.022
Comparison of Price by Repair Record 1978
(Bonferroni)
Row Mean-|
Col Mean | 1 2 3 4
---------+--------------------------------------------
2 | 1,403.1
| 1.000
|
3 | 1,864.7 461.608
| 1.000 1.000
|
4 | 1,507 103.875 -357.733
| 1.000 1.000 1.000
|
5 | 1,348.5 -54.625 -516.233 -158.5
| 1.000 1.000 1.000 1.000
.
use "C:\Program Files\Stata16\ado\base\a\auto.dta" . oneway price rep78, bonferroni Analysis of Variance Source SS df MS F Prob > F ------------------------------------------------------------------------ Between groups 8360542.63 4 2090135.66 0.24 0.9174 Within groups 568436416 64 8881819 ------------------------------------------------------------------------ Total 576796959 68 8482308.22 Bartlett's test for equal variances: chi2(4) = 11.4252 Prob>chi2 = 0.022 Comparison of Price by Repair Record 1978 (Bonferroni) Row Mean-| Col Mean | 1 2 3 4 ---------+-------------------------------------------- 2 | 1,403.1 | 1.000 | 3 | 1,864.7 461.608 | 1.000 1.000 | 4 | 1,507 103.875 -357.733 | 1.000 1.000 1.000 | 5 | 1,348.5 -54.625 -516.233 -158.5 | 1.000 1.000 1.000 1.000 .
oneway price rep78, bonferroni
Comment