| Mathpro {BSDA} | R Documentation |
Data for Exercise 9.24, Example 9.1, and Example 9.6
Mathpro
A data frame with 51 observations on the following 10 variables.
state1 Conn D.C. Del Ga Hawaii Ind Maine Mass Md N.C. N.H. N.J. N.Y. Ore Pa R.I. S.C. Va VtSat.M1Profic1state2 Ala Alaska Ariz Ark Calif Colo Fla Idaho Ill Iowa Kan Ky La Mich Minn Miss Mo Mont N.D. N.M. Neb Nev Ohio Okla S.D. Tenn Texas Utah W.V. Wash Wis WyoSat.M2Profic2stateAla Alaska Ariz Ark Calif Colo Conn D.C. Del Fla Ga Hawaii Idaho Ill Ind Iowa Kan Ky La Maine Mass Md Mich Minn Miss Mo Mont N.C. N.D. N.H. N.J. N.M. N.Y. Neb Nev Ohio Okla Ore Pa R.I. S.C. S.D. Tenn Texas Utah Va Vt W.V. Wash Wis WyoSat.MProficGroupKitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Mathpro) attach(Mathpro) model <- lm(Sat.M1~Profic1) plot(Profic1,Sat.M1) abline(model) model detach(Mathpro) remove(model)