Covariates on each of 71 lawyers in a northeastern American law firm. Note the first column is a column of 1's.
lawyers.covariates
A data frame with 71 observations on the following 8 variables.
Intercept
a column of 1s should always be the first column.
Seniority
a factor with levels 1
= partner, 2
= associate.
Gender
a factor with 1
= male, 2
= female.
Office
a factor with levels 1
= Boston, 2
= Hartford and 3
= Providence
Years
a numeric vector detailing years with the firm.
Age
a numeric vector detailing the age of each lawyer.
Practice
a factor with levels 1
= litigation and 2
= corporate.
School
a factor with levels 1
= Harvard or Yale, 2
= University of Connecticut and 3
= Other.