Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plyr

faster way to create variable that aggregates a column by id [duplicate]

performance r aggregate plyr

R: Sorting factor by level frequency and plotting

R colSums By Group

r plyr

R: How to sum based on multiple criteria and summarize table

r plyr dplyr

Group consecutive ranges

sql r range data.table plyr

rdply and .id argument - NULL doesn't work as described

r plyr

Using plyr, doMC, and summarise() with very big dataset?

r plyr data.table

vertically distribute multiple lines with smart spacing

r graphics ggplot2 plyr

Function to calculate values comparing sequential time periods

r function time plyr

How to speed up summarise and ddply?

r plyr

Bin data by (x,y) and summarize

Using dplyr's rename() including variable names not in data set

r plyr dplyr

Is there a dplyr or data.table equivalent to plyr::join_all? Joining by a list of data frames?

r data.table dplyr plyr

Calculate proportions within subsets of a data frame

r plyr

Converting a data frame to a matrix with plyr daply

r dataframe plyr

Formula evaluation with mutate()

r plyr dplyr

Add an index (or counter) to a dataframe by group in R [duplicate]

r indexing counter plyr seq

How to get a data.frame into a multidimensional array in R?

r dataframe plyr

Reshaping a Table in R - Better Approach?

r plyr reshape reshape2

Combine a function and for loop

r plyr apply bioinformatics