Skip to contents

Example data from The Law School Admissions Council's (LSAC) National Bar Passage Study (Linda Wightman, 1998)

Usage

LSAC_data

Format

A dataframe 39 columns, including background and demographic information, as well as if the candidates passed the bar exam to become lawyers in the USA.

Examples

if (FALSE) { # \dontrun{
data("LSAC_data")
head(LSAC_data)
} # }