Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plyr

Error bars on stacked bar ggplot2

r ggplot2 plyr

How does one aggregate and summarize data quickly?

r plyr data.table

Aggregating sub totals and grand totals with data.table

r aggregate plyr data.table

Can `ddply` (or similar) do a sliding window?

r plyr

What is the dplyr equivalent of plyr::ldply(tapply) in R?

r plyr dplyr tidyr

Checking if an r package is currently attached

r dplyr plyr

ddply with lm() function

r dataframe plyr

Faster ways to calculate frequencies and cast from long to wide

r aggregate plyr reshape2

What is purpose of dot before variables (i.e. "variables") in the R Plyr package?

r plyr

Merge Rows within Data Frame [duplicate]

r plyr data.table

Compute rolling sum by id variables, with missing timepoints

r sas plyr zoo

Create an "index" for each element of a group with data.table

ggplot2 fails to install on R 3.0.2

r ggplot2 plyr

Correlation between two dataframes by row

r dataframe correlation plyr

ddply multiple quantiles by group

r plyr

How to fill NA with median?

r plyr data.table statistics

R: converting each row of a data frame into a list item

using predict with a list of lm() objects

r plyr lm predict

Why does summarize or mutate not work with group_by when I load `plyr` after `dplyr`?

r dplyr plyr r-faq

round_any equivalent for dplyr?

r dplyr rounding plyr tidyverse