Advertisement
Guest User

Untitled

a guest
Apr 17th, 2015
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. > kmeans(df,3)
  2. Error in do_one(nmeth) : NA/NaN/Inf in foreign function call (arg 1)
  3. In addition: Warning message:
  4. In kmeans(df, 3) : NAs introduced by coercion
  5.  
  6. > sapply(df,class)
  7. IncomeShortDSC TypeDSC
  8. "factor" "factor"
  9. RegionDSC MSDERDRGTypeDSC
  10. "factor" "factor"
  11. EthnicGroupDSC MaritalStatusDSC
  12. "factor" "factor"
  13. SourceCD TypeCD
  14. "factor" "factor"
  15. StatusCD GenderCD
  16. "factor" "factor"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement