Guest User

Untitled

a guest
Jan 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Error in hist.default(xa) : 'x' must be numeric
  2.  
  3. Error: (list) object cannot be coerced to type 'double'
  4.  
  5. newXa <- sapply(xa, as.numeric)
  6. hist(newXa)
Add Comment
Please, Sign In to add comment