table.b22 {MPV} | R Documentation |
Table B22 - Baseball Data
Description
The table.b22
data frame has 30 observations on 12 variables.
Usage
data(table.b22)
Format
This data frame contains the following columns:
- Team
character vector
- Wins
numeric vector
- Batter.Age
numeric vector
- Runs
numeric vector
- HRs
numeric vector
- SLG
numeric vector
- Pitcher.Age
numeric vector
- ERA
numeric vector
- SO
numeric vector
- HRA
numeric vector
- RA.G
numeric vector
- Errors
numeric vector
Source
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2021) Introduction to Linear Regression Analysis. 6th Edition, John Wiley and Sons.
Examples
pairs(table.b22[,-1])
[Package MPV version 1.63 Index]