![]() |
![]()
| ![]() |
![]()
NAMEData::Frame::Examples - Example data sets VERSIONversion 0.006004 SYNOPSISuse Data::Frame::Examples qw(:datasets dataset_names); my $datasets = dataset_names(); # names of all example datasets my $mtcars = mtcars(); DESCRIPTIONExample datasets as Data::Frame objects. Checkout Data::Frame::Examples::dataset_names() for an array of example datasets provided by this module. FUNCTIONSdataset_namesReturns an array of names of the datasets in this module. DATASETSairqualityA dataset with 154 observations on 6 variables, for daily readings of the following air quality values for May 1, 1973 to September 30, 1973. The variables are,
diamondsA dataset containing the prices and other attributes of almost 53,940 diamonds on 10 variables. The variables are,
economicsA dataset with 574 rows and 6 variables, produced from US economic time series data available from <http://research.stlouisfed.org/fred2>. The variables are,
economics_longA dataset with 2870 rows and 4 variables. It's from the same data source as "economics", except that "economics" is in "wide" format, this "economics_long" is in "long" format. faithfuldA 2d density estimate of the waiting and eruptions variables data faithful. 5,625 observations and 3 variables. irisA dataset with 150 cases and 5 variables, for 50 flowers from each of 3 species of iris. The variables are,
mpgA subset of the fuel economy data that the EPA makes available on <http://fueleconomy.gov>. 234 rows and 11 variables. The variables are,
mtcarsData extracted from the 1974 Motor Trend US magazine, for 32 automobiles (1973-74 models). 32 observations on 11 variables. The variables are,
txhousingInformation about the housing market in Texas provided by the TAMU real estate center, <http://recenter.tamu.edu/>. 8602 observations and 9 variables. The variables are,
SEE ALSOData::Frame AUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2014, 2019-2022 by Zakariyya Mughal, Stephan Loyd. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|