fork download
  1. # your code goes here
  2. data.x<-c(20.5,18.8,19.8,20.9,21.5,19.5,21.0,21.2)
  3. data.y<-c(17.7,20.3,20.0,18.8,19.0,20.1,20.0,19.1)
  4. z<-data.frame(data.x,data.y)
  5. onesamp(z,x="data.y",y="data.x")
Success #stdin #stdout #stderr 0.31s 40892KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: could not find function "onesamp"
Execution halted