R Dataset / Package datasets / USJudgeRatings
On this R-data statistics page, you will find information about the USJudgeRatings data set which pertains to Lawyers' Ratings of State Judges in the US Superior Court. The USJudgeRatings data set is found in the datasets R package. You can load the USJudgeRatings data set in R by issuing the following command at the console data("USJudgeRatings"). This will load the data into a variable called USJudgeRatings. If R says the USJudgeRatings data set is not found, you can try installing the package by issuing this command install.packages("datasets") 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 USJudgeRatings R data set. The size of this file is about 2,611 bytes.
Lawyers' Ratings of State Judges in the US Superior Court
Description
Lawyers' ratings of state judges in the US Superior Court.
Usage
USJudgeRatings
Format
A data frame containing 43 observations on 12 numeric variables.
[,1] | CONT | Number of contacts of lawyer with judge. |
[,2] | INTG | Judicial integrity. |
[,3] | DMNR | Demeanor. |
[,4] | DILG | Diligence. |
[,5] | CFMG | Case flow managing. |
[,6] | DECI | Prompt decisions. |
[,7] | PREP | Preparation for trial. |
[,8] | FAMI | Familiarity with law. |
[,9] | ORAL | Sound oral rulings. |
[,10] | WRIT | Sound written rulings. |
[,11] | PHYS | Physical ability. |
[,12] | RTEN | Worthy of retention. |
Source
New Haven Register, 14 January, 1977 (from John Hartigan).
Examples
require(graphics) pairs(USJudgeRatings, main = "USJudgeRatings data")
Dataset imported from https://www.r-project.org.