Guest User

Untitled

a guest
Aug 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. data= data.frame(V1=rnorm(1000),V2=rnorm(1000),V3=rnorm(1000))
  2.  
  3. colMeans(data)
  4. colSums(data)
Add Comment
Please, Sign In to add comment