Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plyr

Efficient alternatives to merge for larger data.frames R

Mean of elements in a list of data.frames

r list dataframe plyr

Standard error bars using stat_summary

r ggplot2 plyr

R: Is there a good replacement for plyr::rbind.fill in dplyr?

r dplyr plyr

Sum of rows based on column value

r plyr

doing a plyr operation on every row of a data frame in R

r plyr

Fastest way to add rows for missing time steps?

r dataframe plyr data.table

R: speeding up "group by" operations

performance r plyr

meaning of ddply error: 'names' attribute [9] must be the same length as the vector [1]

r plyr

Object not found error with ddply inside a function

r function scope plyr

Convert data from long format to wide format with multiple measure columns

r dataframe plyr

Aggregate a dataframe on a given column and display another column

Why is plyr so slow?

r dataframe plyr data.table

Why are my dplyr group_by & summarize not working properly? (name-collision with plyr)

How to create a lag variable within each group?

r data.table plyr dplyr

What does the dot mean in R – personal preference, naming convention or more?

dplyr: "Error in n(): function should not be called directly"

Count number of rows by group using dplyr

r dplyr count plyr

dplyr summarise: Equivalent of ".drop=FALSE" to keep groups with zero length in output

r dplyr plyr tidyr

Change value of variable with dplyr

r dataframe plyr dplyr