R Dataset / Package Stat2Data / FantasyBaseball
On this R-data statistics page, you will find information about the FantasyBaseball data set which pertains to FantasyBaseball. The FantasyBaseball data set is found in the Stat2Data R package. You can load the FantasyBaseball data set in R by issuing the following command at the console data("FantasyBaseball"). This will load the data into a variable called FantasyBaseball. If R says the FantasyBaseball data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the FantasyBaseball R data set. The size of this file is about 718 bytes.
FantasyBaseball
Description
Draft selection times for a fantasy baseball league
Format
A dataset with 24 observations on the following 9 variables.
Round | Round of the draft (1 to 24) |
DJ | Draft time (in seconds) for D.J. |
AR | Draft time (in seconds) for A.R. |
BK | Draft time (in seconds) for B.K. |
JW | Draft time (in seconds) for J.W. |
TS | Draft time (in seconds) for T.S. |
RL | Draft time (in seconds) for R.L. |
DR | Draft time (in seconds) for D.R. |
MF | Draft time (in seconds) for M.F. |
Details
Time (in seconds) for participants in a draft for a fantasy baseball league to make a selectoion at each round.
Source
Mathamatical Science Baseball League historical records (online).
Dataset imported from https://www.r-project.org.