Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. example<-data.frame(Column1=floor(runif(7,min = 1000,max=7000)), column2=floor(runif(7,min = 12000,max=70000)))
  2.  
  3. stat.desc(example)
  4.  
  5. format(stat.desc(example),scientific = FALSE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement