Hi, I believe there is a bug in dtable whereby ftest(kendall) returns Kendall's tau-b instead of the Prob > |z| (i.e. p-value). All of the other tests return p-values not coefficients.
Returns a test value of -0.10.
Returns a Kendall's tau-b of -0.10 and a p-value of 0.6047.
Can this bug be fixed so that kendall within dtable returns the p-value?
Code:
dtable, by(ambulance_yesno) factor(triage_code, statistics(fvfrequency fvpercent) test(kendall))
Code:
ktau ambulance_yesno triage_code
Can this bug be fixed so that kendall within dtable returns the p-value?
Comment