R Dataset / Package boot / wool
On this R-data statistics page, you will find information about the wool data set which pertains to Australian Relative Wool Prices. The wool data set is found in the boot R package. You can load the wool data set in R by issuing the following command at the console data("wool"). This will load the data into a variable called wool. If R says the wool data set is not found, you can try installing the package by issuing this command install.packages("boot") 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 wool R data set. The size of this file is about 3,262 bytes.
Australian Relative Wool Prices
Description
wool
is a time series of class "ts"
and contains 309 observations.
Each week that the market is open the Australian Wool Corporation set a floor price which determines their policy on intervention and is therefore a reflection of the overall price of wool for the week in question. Actual prices paid can vary considerably about the floor price. The series here is the log of the ratio between the price for fine grade wool and the floor price, each market week between July 1976 and Jun 1984.
Source
The data were obtained from
Diggle, P.J. (1990) Time Series: A Biostatistical Introduction. Oxford University Press.
References
Davison, A.C. and Hinkley, D.V. (1997) Bootstrap Methods and Their Application. Cambridge University Press.
Dataset imported from https://www.r-project.org.