Advertisement
Guest User

Untitled

a guest
May 4th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. mydata<- read.csv("/x.csv",header=T, sep=";")
  2.  
  3. Warning messages: 1: In model.response(mf, "numeric") :
  4. using type = "numeric" with a factor response will be ignored 2:
  5. In Ops.factor(y, z$residuals) : '-' not meaningful for factors.
  6.  
  7. mydata<- read.csv("/x.csv",header=T, sep=",")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement