computes a chi-square goodness-of-fit test for specified proportions. The chi-square goodness-of-fit test examines whether the children's hair color has a specified multinomial distribution for two ...
data color; input Region Eyes $ Hair $ Count @@; label eyes='Eye Color' hair='Hair Color' region='Geographic Region'; datalines; 1 blue fair 23 1 blue red 7 1 blue medium 24 1 blue dark 11 1 green ...
Grouped frequency tables are a way of showing data in groups. Set up a new column to write the midpoint of each class. Set up another column to multiply each midpoint by its frequency. Find the sum of ...
In a variety of problems involving models from genetics, latent-class analysis, and missing data, I apply a log-linear model to an indirectly observed frequency table. Current algorithms for ...