All pastes #2056109 Raw Edit

Stuff

public text v1 · immutable
#2056109 ·published 2011-05-10 09:33 UTC
rendered paste body

> 
> > library(base)
Error: unexpected '>' in ">"
> > data(USJudgeRatings)
Error: unexpected '>' in ">"
> > fix(USJudgeRatings)
Error: unexpected '>' in ">"
> 
> library(base)
> data(USJudgeRatings)
> USJudgeRatings(1:7)
Error: could not find function "USJudgeRatings"
> USJudgeRatings[1:7,]
               CONT INTG DMNR DILG CFMG DECI PREP FAMI ORAL WRIT PHYS RTEN
AARONSON,L.H.   5.7  7.9  7.7  7.3  7.1  7.4  7.1  7.1  7.1  7.0  8.3  7.8
ALEXANDER,J.M.  6.8  8.9  8.8  8.5  7.8  8.1  8.0  8.0  7.8  7.9  8.5  8.7
ARMENTANO,A.J.  7.2  8.1  7.8  7.8  7.5  7.6  7.5  7.5  7.3  7.4  7.9  7.8
BERDON,R.I.     6.8  8.8  8.5  8.8  8.3  8.5  8.7  8.7  8.4  8.5  8.8  8.7
BRACKEN,J.J.    7.3  6.4  4.3  6.5  6.0  6.2  5.7  5.7  5.1  5.3  5.5  4.8
BURNS,E.B.      6.2  8.8  8.7  8.5  7.9  8.0  8.1  8.0  8.0  8.0  8.6  8.6
CALLAHAN,R.J.  10.6  9.0  8.9  8.7  8.5  8.5  8.5  8.5  8.6  8.4  9.1  9.0
> atach(USJudgeRatings)
Error: could not find function "atach"
> attach(USJudgeRatings)
> min(DMNR)
[1] 4.3
> with(slaidos diagrama
Error: unexpected symbol in "with(slaidos diagrama"
> with(sklaidos diagrama
Error: unexpected symbol in "with(sklaidos diagrama"
> 
> > library(base)
Error: unexpected '>' in ">"
> > data(USJudgeRatings)
Error: unexpected '>' in ">"
> > fix(USJudgeRatings)
Error: unexpected '>' in ">"
> 
> 
>