Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. > model1 = lm(mydata$Churn~mydata$TIC+mydata$CSC)
  2. Warning messages:
  3. 1: In model.response(mf, "numeric") :
  4. using type = "numeric" with a factor response will be ignored
  5. 2: In Ops.factor(y, z$residuals) : ‘-’ not meaningful for factors
  6. > summary(model1)
  7.  
  8. Call:
  9. lm(formula = mydata$Churn ~ mydata$TIC + mydata$CSC)
  10.  
  11. Residuals:
  12. Error in quantile.default(resid) : factors are not allowed
  13. In addition: Warning message:
  14. In Ops.factor(r, 2) : ‘^’ not meaningful for factors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement