Fund {ISLR2} | R Documentation |
Fund Manager Data
Description
A simulated data set containing the returns for 2,000 hedge fund managers.
Usage
Fund
Format
A data frame containing the returns of 2,000 hedge fund managers over 50 months.
Source
Simulated data.
References
James, G., Witten, D., Hastie, T., and Tibshirani, R. (2021) An Introduction to Statistical Learning with applications in R, Second Edition, https://www.statlearning.com, Springer-Verlag, New York
Examples
t.test(Fund$Manager1, mu=0)
[Package ISLR2 version 1.3-2 Index]