Hi, I am trying to run the below command using my data and I am getting the error below, does anyone know why?
statistic iqi not recognized
r(198);
dtable age, by(group, tests) continuous(age, statistic(p50 iqi))continuous(, test(kwallis))
statistic iqi not recognized
r(198);
dtable age, by(group, tests) continuous(age, statistic(p50 iqi))continuous(, test(kwallis))
Comment