Guest User

Untitled

a guest
May 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. 'data.frame': 31337 obs. of 16 variables:
  2. # $ ID : int 1 2 3 5 6 7 8 9 10 11 ...
  3. # $ Target : int 0 0 0 0 0 0 0 0 0 0 ...
  4. # $ band : chr "3. 35 to 44" "NULL" "NULL" "NULL" ...
  5. # $ gender : chr "Male" "NULL" "Male" "NULL" ...
  6.  
  7. is.null(NULL)
  8. [1] TRUE
  9. is.null("NULL")
  10. [1] FALSE
Add Comment
Please, Sign In to add comment