Advertisement
Guest User

Untitled

a guest
May 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.31 KB | None | 0 0
  1. # Check flag assignments;
  2. table(uci_spam$train,uci_spam$test)
  3.  
  4. # Perform quality check on whole data set
  5. attach(uci_spam)
  6. summary_table<-introduce(uci_spam)
  7. View(summary_table)
  8. # 4601 rows
  9. # 0 missing values
  10. # 61 variables
  11.  
  12. summary(uci_spam)
  13. stargazer(uci_spam, type = "html", out = "spam_descriptive.htm")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement