Skip to contents

This dataset contains ratings of U.S. state judges in the Superior Court as evaluated by lawyers. The ratings are based on various attributes of the judges, including integrity, diligence, and legal knowledge.

Usage

data(USJudgeRatings_df)

Format

A data frame with 43 rows and 12 variables:

CONT

Rating for judicial control over the court proceedings (numeric).

INTG

Rating for integrity (numeric).

DMNR

Rating for demeanor (numeric).

DILG

Rating for diligence (numeric).

CFMG

Rating for case management (numeric).

DECI

Rating for decision-making ability (numeric).

PREP

Rating for preparation (numeric).

FAMI

Rating for familiarity with the law (numeric).

ORAL

Rating for oral communication skills (numeric).

WRIT

Rating for written communication skills (numeric).

PHYS

Rating for physical appearance (numeric).

RTEN

Overall rating (numeric).

Source

Lawyers' ratings of U.S. state judges in the Superior Court.

Details

The dataset name has been changed to 'USJudgeRatings_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the crimedatasets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.