R Dataset / Package car / Transact
On this R-data statistics page, you will find information about the Transact data set which pertains to Transaction data. The Transact data set is found in the car R package. You can load the Transact data set in R by issuing the following command at the console data("Transact"). This will load the data into a variable called Transact. If R says the Transact data set is not found, you can try installing the package by issuing this command install.packages("car") 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 Transact R data set. The size of this file is about 3,585 bytes.
Transaction data
Description
Data on transaction times in branch offices of a large Australian bank.
Usage
Transact
Format
This data frame contains the following columns:
- t1
-
number of type 1 transactions
- t2
-
number of type 2 transactions
- time
-
total transaction time, minutes
Source
Cunningham, R. and Heathcote, C. (1989), Estimating a non-Gaussian regression model with multicollinearity. Australian Journal of Statistics, 31,12-17.
References
Fox, J. and Weisberg, S. (2011) An R Companion to Applied Regression, Second Edition, Sage.
Weisberg, S. (2014) Applied Linear Regression, Fourth Edition, Wiley, Section 4.6.1.
Dataset imported from https://www.r-project.org.