Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plyr

ddply: how to include a character vector in result

r plyr

Using svyglm within plyr call

r plyr

Pulling data from a different data.frame with dplyr?

r plyr data-manipulation dplyr

Parallel *ply within functions

r parallel-processing plyr

R: Using plyr to perform fuzzy string matching between matching subsets of two data sources

r plyr dplyr fuzzy-comparison

Breaks not unique error when using cut and ddply

r plyr cut

How do I obtain summary of each unique id

r unique plyr

Extract rows with highest and lowest values from a data frame

r dataframe plyr subset outliers

how do I use ddply with a custom function and return the original data frame along with the result

r plyr

How to split a data.table by groups and use subset by occourences in a columns?

r split data.table plyr subset

R: for-loop with ddply

r for-loop plyr

cumulative sum over time

r plyr posixct cumsum

Elegant, Fast Way to Perform Rolling Sum By List of Variables

r variables data.table plyr

Summary statistics using ddply

r dataframe plyr

coerce a multiple output in a new dataframe using ddply

r plyr

error in ddply function sum?

r plyr

Flatten/denormalize the result of the R aggregate function

r aggregate plyr reshape

Stacking data.frames in a list into a single data.frame, maintaining names(list) as an extra column

r dataframe plyr

dplyr: apply function table() to each column of a data.frame

r plyr dplyr

ddply + summarize for repeating same statistical function across large number of columns