Guest User

Untitled

a guest
Jul 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. str(binVer)
  2. 'data.frame': 6976 obs. of 39 variables:
  3. $ mutdat : Date, format: "2017-01-10" "2017-01-10" ...
  4. $ muttijd : chr "11505800" "14050100" "15081000" "14242900" ...
  5. $ mutsrt : num 2 2 2 2 2 2 2 2 2 2 ...
  6. $ gebdat : Date, format: "1998-09-16" "1993-03-21" ...
  7.  
  8.  
  9. binVer$mutdat
  10. NULL
  11.  
  12. binVer[1]
  13. mutdat
  14. 1 2017-01-10
  15. 2 2017-01-10
  16. 3 2017-01-06
  17. 4 2017-01-06
  18.  
  19. binVer$Age<- age(binVer$gebdat, binVer$mutdat)
  20. Error in as.POSIXlt.default(to) :
  21. do not know how to convert 'to' to class “POSIXlt”
Add Comment
Please, Sign In to add comment