Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plyr

R plyr, data.table, apply certain columns of data.frame

r data.table plyr apply

Aggregate sum and mean in R with ddply

r plyr

Efficient way to apply a function to a list of lists

r plyr

Keep row names when using rbind.fill in R

r plyr rbind

Once again: Setting the environment within a function

r function plyr environment

Debugging in plyr or dplyr - seeing which group

r debugging dplyr plyr

Interpolation within Groups

r interpolation plyr

access plyr id variables within functions

r plyr

Reshape package masking preventing melt from naming columns

r plyr reshape reshape2 melt

R-Error: data_frames can only contain 1d atomic vectors and lists

r dplyr plyr

Calculate ranks for each group

r plyr ranking

Data table aggregations with vector functions, take 2

r data.table plyr dplyr

Why can't we use . as a parameter in an anonymous function with %>%

r dplyr plyr

Getting at the previous n-rows in a data frame?

r plyr

How can I generate by-group summary statistics if my grouping variable is a factor?

r apply plyr reshape

ddply and spaces in quoted variables

r plyr

plyr package writing the same function over multiple columns

r plyr

Performing Operations on a Subset Using Data Table

dplyr equivalent to ddply in plyr diamonds example

r plyr dplyr

Aggregate one data frame by time intervals from another data frame