Question: R-Studio help download.file(http://www.openintro.org/stat/data/mlb11.RData, destfile = mlb11.RData) load(mlb11.RData) Exercises. 12.Using visual evidence, find the variable that you think seems to boast the strongest association toruns.Consider any
R-Studio help
download.file("http://www.openintro.org/stat/data/mlb11.RData", destfile = "mlb11.RData")
load("mlb11.RData") Exercises.
12.Using visual evidence, find the variable that you think seems to boast the strongest association toruns.Consider any continuous variables between columns 3 (at_bats) and 12 (new_obs).
### Enter code here.
13. What is the variance in the number of strikeouts for each team during the 2011 season?
### Enter code here.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
