R Dataset / Package Zelig / newpainters

On this R-data statistics page, you will find information about the newpainters data set which pertains to The Discretized Painter's Data of de Piles. The newpainters data set is found in the Zelig R package. You can load the newpainters data set in R by issuing the following command at the console data("newpainters"). This will load the data into a variable called newpainters. If R says the newpainters data set is not found, you can try installing the package by issuing this command install.packages("Zelig") 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 newpainters R data set. The size of this file is about 1,438 bytes.

The Discretized Painter's Data of de Piles

Description

The original painters data contain the subjective assessment, on a 0 to 20 integer scale, of 54 classical painters. The newpainters data discretizes the subjective assessment by quartiles with thresholds 25%, 50%, 75%. The painters were assessed on four characteristics: composition, drawing, colour and expression. The data is due to the Eighteenth century art critic, de Piles.

Usage

data(newpainters)

Format

A table containing 5 variables ("Composition", "Drawing", "Colour", "Expression", and "School") and 54 observations.

Source

A. J. Weekes (1986).“A Genstat Primer”. Edward Arnold.

M. Davenport and G. Studdert-Kennedy (1972). “The statistical analysis of aesthetic judgement: an exploration.” Applied Statistics, vol. 21, pp. 324–333.

I. T. Jolliffe (1986) “Principal Component Analysis.” Springer.

References

Venables, W. N. and Ripley, B. D. (2002) “Modern Applied Statistics with S,” Fourth edition. Springer.

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

Attachments: csv, json

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