Archives April 2015

R seminar series #10

Last update on April 30, 2015.

String operations in R

Efficiently checking and/or changing strings in complex data sets is often very time consuming, but R has a rich set of functions for managing strings (e.g. sentences or paragraphs). We will focus on the stringr library in this sessions, introducing a few key functions. You will need:

library(stringr ...

Continue reading

R seminar series: Seminar 9

Last update on April 8, 2015.

If you remember, Tor introduced "dplyr" package back in seminar 7. This week, Anthony Ndungu (Research Method Group) continued with "dplyr" and some examples. You can see his presentation below  

Source code for 9th seminar is shown below.


#Antony Ndungu, RMG
#R Seminar
#Using ddply
#......................................................................
setwd("/Users/Antony/Documents/Antony/RMG stuffs/RTraining_ICRAF/Data/")
 
############################################
# library ...

Continue reading

Daily archives

Previous month

March 2015

Next month

July 2015

Archives