St. Louis Risk Research Project

SUMMARY:

The stlouis3 data frame has 69 rows and 8 columns. The data arise from an observational study to assess the effects of parental psychological disorders on aspects of child development.

DATA DESCRIPTION:

This data frame contains the following columns:

ARGUMENTS:

subject
Number identifying subject
risk
Parental risk group
reading1
Reading score, child 1
verbal1
Verbal score, child 1
D1
Symptoms, child 1
reading2
Reading score, child 2
verbal2
Verbal score, child 2
D2
Symptoms, child 2

REFERENCES:

Schafer, Joseph L. (1997), Analysis of Incomplete Multivariate Data , Chapman and Hall, New York.

SEE ALSO:

, , .

EXAMPLES:

daCgm(stlouis3[,-1], 
      margins = ~risk:D1 + risk:D2 + D1:D2, 
      design = ~D1*D2 + G, 
      optData = data.frame(G = rep(-1:1, 4)), 
      control = list(save = 101:5100, trace = T))