Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plyr

Speed up quantile calculation

Create and fill new table with existing data in R

r dplyr plyr

multi-level aggregations (like "grouping sets") via ddply or other R function?

r plyr

"dims [product 0] do not match the length of object" error in R when using daply for frequency counts

r dataframe plyr frequency

summarise wtd.quantile by group

r dplyr plyr hmisc

Use ifelse and is.null to test for NULL values

r plyr

Specifying column names from a list in the data.frame command

r dataframe plyr

Tabulate responses for multiple columns by grouping variable with dplyr

r plyr dplyr

Use unique rows from data.frame to subset another data.frame

r dataframe unique subset plyr

pass function to ddply wrapped inside a function as part of that functions call

r plyr

Aggregating duplicate rows by taking sum

r data.table plyr

Using dplyr for exploratory plots

r plyr dplyr

R: Reorder columns from dcast output numerically instead of lexicographically

r plyr

Use lapply on a subset of list elements and return list of same length as original in R

regex r plyr lapply

Summarize Table based on a Threshold

r dplyr plyr

Pivot rows into columns with values of counts for each measurement R

r data.table dplyr plyr reshape2

Reshape cast compare to one level

r plyr reshape

How to reduce a data frame keeping the order for other columns

r dataframe plyr data.table

Bind residuals to input dataset with missing values [duplicate]

r dataframe plyr regression

Expand start and end dates to unbalanced monthly panel with dplyr

r dplyr plyr tidyverse