title | author | date | output |
---|---|---|---|
Saving Through EditR |
xxx |
Thursday, January 15, 2015 |
html_document |
This is an R Markdown document experiment to show how newline is inserted after saving by editR.
income<-rnorm(1000,10,5)
cons<-income+ rnorm(1000,0,1)
hist(income)
plot(cons,income)
p<-cut(income,5,labels=c(1,2,3,4,5))
tapply(cons,p,mean)