problem-3.9

problem-3.9  The boxplots are produced with a command like:
> attach(twins)
> boxplot(Foster, Biological, names=c("Foster","Biological"))
> detach(twins)
    
The centers and spreads appear to be similar.