List/Grid
Tag Archives: splus R
Delete a column from a data frame in R
Here is a quick tip to delete a column from a data frame in R: Lets assume our data frame is: > data code sector industry 1 901 Basic Industries… Read more
Tips to use data frame in R
Here are some tips to manipulate data frame in R: Lets say the data frame that we have is: > data code sector industry 1 901 Basic Industries Building and… Read more