The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 85904
Line 12... Line 12...
12
}
12
}
13
\usage{USJudgeRatings}
13
\usage{USJudgeRatings}
14
\format{
14
\format{
15
  A data frame containing 43 observations on 12 numeric variables.
15
  A data frame containing 43 observations on 12 numeric variables.
16
  \tabular{rll}{
16
  \tabular{rll}{
17
    [,1] \tab CONT \tab Number of contacts of lawyer with judge.\cr
17
    [,1] \tab \code{CONT} \tab Number of contacts of lawyer with judge.\cr
18
    [,2] \tab INTG \tab Judicial integrity.\cr
18
    [,2] \tab \code{INTG} \tab Judicial integrity.\cr
19
    [,3] \tab DMNR \tab Demeanor.\cr
19
    [,3] \tab \code{DMNR} \tab Demeanor.\cr
20
    [,4] \tab DILG \tab Diligence.\cr
20
    [,4] \tab \code{DILG} \tab Diligence.\cr
21
    [,5] \tab CFMG \tab Case flow managing.\cr
21
    [,5] \tab \code{CFMG} \tab Case flow managing.\cr
22
    [,6] \tab DECI \tab Prompt decisions.\cr
22
    [,6] \tab \code{DECI} \tab Prompt decisions.\cr
23
    [,7] \tab PREP \tab Preparation for trial.\cr
23
    [,7] \tab \code{PREP} \tab Preparation for trial.\cr
24
    [,8] \tab FAMI \tab Familiarity with law.\cr
24
    [,8] \tab \code{FAMI} \tab Familiarity with law.\cr
25
    [,9] \tab ORAL \tab Sound oral rulings.\cr
25
    [,9] \tab \code{ORAL} \tab Sound oral rulings.\cr
26
    [,10] \tab WRIT \tab Sound written rulings.\cr
26
    [,10] \tab \code{WRIT} \tab Sound written rulings.\cr
27
    [,11] \tab PHYS \tab Physical ability.\cr
27
    [,11] \tab \code{PHYS} \tab Physical ability.\cr
28
    [,12] \tab RTEN \tab Worthy of retention.
28
    [,12] \tab \code{RTEN} \tab Worthy of retention.
29
  }
29
  }
30
}
30
}
31
\source{
31
\source{
32
  New Haven Register, 14 January, 1977 (from John Hartigan).
32
  New Haven Register, 14 January, 1977 (from John Hartigan).
33
}
33
}