USJudgeRatings_df | R Documentation |
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.
data(USJudgeRatings_df)
A data frame with 43 rows and 12 variables:
Rating for judicial control over the court proceedings (numeric).
Rating for integrity (numeric).
Rating for demeanor (numeric).
Rating for diligence (numeric).
Rating for case management (numeric).
Rating for decision-making ability (numeric).
Rating for preparation (numeric).
Rating for familiarity with the law (numeric).
Rating for oral communication skills (numeric).
Rating for written communication skills (numeric).
Rating for physical appearance (numeric).
Overall rating (numeric).
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.
Lawyers' ratings of U.S. state judges in the Superior Court.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.