search for: 8abp

Displaying 1 result from an estimated 1 matches for "8abp".

Did you mean: 8aba
2006 Nov 26
1
plot p(Y=1) vs as
...plot P(Y=1) vs As and P(Y=1) vs Aa. Does any body know how to do these in R. Thanks, Aimin > p5 <- read.csv("http://www.public.iastate.edu/~aiminy/data/p_5_2.csv") > str(p5) 'data.frame': 1030 obs. of 6 variables: $ P : Factor w/ 5 levels "821p","8ABP",..: 1 1 1 1 1 1 1 1 1 1 ... $ Aa : Factor w/ 19 levels "ALA","ARG","ASN",..: 12 16 7 18 11 10 19 19 19 1 ... $ As : num 126.9 64.1 82.7 7.6 42.0 ... $ Ms : num 92.4 50.7 75.3 17.2 57.7 ... $ Cur: num -0.1320 -0.0977 -0.0182 0.2368 0.1306 ......