R Dataset / Package car / Mandel

On this R-data statistics page, you will find information about the Mandel data set which pertains to Contrived Collinear Data. The Mandel data set is found in the car R package. You can load the Mandel data set in R by issuing the following command at the console data("Mandel"). This will load the data into a variable called Mandel. If R says the Mandel 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 Mandel R data set. The size of this file is about 153 bytes.

Contrived Collinear Data

Description

The Mandel data frame has 8 rows and 3 columns.

Usage

Mandel

Format

This data frame contains the following columns:

x1

first predictor.

x2

second predictor.

y

response.

Source

Mandel, J. (1982) Use of the singular value decomposition in regression analysis. The American Statistician 36, 15–24.

References

Fox, J. (2008) Applied Regression Analysis and Generalized Linear Models, Second Edition. Sage.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-car-mandel.html" width="100%" height="100%" style="border:0px"></iframe>