BookmarkSubscribeRSS Feed
gkeeler
Calcite | Level 5

Hi all. I need to write code to score the PDDBI questionnaire. The manual for the PDDBI gives a mean and SD from an F test for each of 9 age group categories. I need to score 15 clusters of questions and produce a t-score for each one. Here's an example of the first cluster's means and SDs for the 9 age group where the first array index denotes the cluster and the second index denotes the

age group:

 

      mean[1,1]=20.2;        sd[1,1]=11.31;
      mean[1,2]=16.78;       sd[1,2]=10.79;
      mean[1,3]=20.7;        sd[1,3]=12.09;
      mean[1,4]=21.05;       sd[1,4]=14.91;
      mean[1,5]=18.85;       sd[1,5]=12.37;
      mean[1,6]=17.93;       sd[1,6]=13.02;
      mean[1,7]=15.84;       sd[1,7]=9.35;
      mean[1,8]=16.58;       sd[1,8]=11.68;
      mean[1,9]=11.3;        sd[1,9]=9.6;

 

An example given in the PDDBI manual follows:

 

Jack is 3 years and 3 months old, which puts him into age group 2.

 

      mean[1,2]=16.78;       sd[1,2]=10.79;

 

His raw score on cluster #1 is 32 points.

His t-score is 60 with a 90% CI of 52-66.

 

I've tried several methods, but can't figure out how to get the t-score and 90% CI.

Thanks for your help, Gordon

1 REPLY 1
FreelanceReinh
Jade | Level 19

Hi Gordon,

 

It's not easy for someone (like me) without specific knowledge about the PDDBI questionnaire to answer this question.

 

According to what I found on the internet, the scores should be standardized to mean=50 and SD=10*, so that the t-score should be calculated as ((raw score)-mean)/SD * 10 + 50, where the mean and SD in the formula are those of the relevant subgroup of the standardization sample (used by the developers of the inventory).

 

I suspect that 16.78 and 10.79 are not the applicable mean and SD values for this example (as otherwise the t-score should rather be 64). There seem to be at least two different versions of the questionnaire ("teacher" and "parent"), probably with different sets of mean and SD values.

 

Also, the CI must depend on a standard error of measurement (SEM) determined by the developers of the inventory based on their data. Strangely enough, the CI in your example is not centered around the t-score (unless this is due to extreme rounding errors: 59.5=(52.5+66.5)/2). I would have expected a CI like t-score +/- probit(0.95)*SEM.

 

The PDDBI presentation which is available from the product website reports a CI of 54-66 for what is presumably the same subject "Jack" (see slide 52). This looks more plausible. The SEM values can be found in the PDDBI presentation (slide 76). In this example ("parent" version of the questionnaire) we have SEM=3.46 for domain "SENSORY" (assuming that this corresponds to your "cluster #1"), which leads, indeed, to a CI of 54-66 (60 +/- probit(0.95)*3.46 = 60 +/- 5.69) for the t-score of 60.

 

I would expect that the relevant mean, SD and SEM values can be found in the PDDBI manual (and that the developers hopefully did not hide this information in their proprietary scoring software).

 

 

* (confirmed by the PDDBI presentation, slide 51)

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1457 views
  • 1 like
  • 2 in conversation