R - ToBeIncluded: Difference between revisions

From Training Material
Jump to navigation Jump to search
mNo edit summary
 
(No difference)

Latest revision as of 09:52, 15 May 2013


  1. transform(dfTable,AnnSal = Sal*12)
  2. change examles to use dfTable[,c("Column1","Column2")] syntax
  3. introduce subset function (replace some examples)
  4. introduce with function (replace some examples)