Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plyr

Split row containing range into multiple rows by any number

r plyr

Sorting in R with dplyr: How to sort by category in one column based on sum of category in another column?

r dataframe dplyr plyr

How to join lists of dataframe that were split using plyr function

r plyr

ddply returning too many results

r plyr

How does one make summarise from plyr output wide rather than long

r each plyr

R multiply matrices: but with a special function

r plyr apply

How to get the name of a variable isolated from a data.frame using indexing?

r dataframe plyr

How to use ddply to get weighted-mean of class in dataframe?

mean from row values in a dataframe excluding min and max values in R

r dataframe plyr

subset inside a function by the variables specified in ddply

r subset plyr

Merging data frames of different row length in R [duplicate]

r plyr

Using as.factor rather than plyr and ddply to group variables in R?

r plyr

Actions to speed up R calculations

r plyr data.table

Normalize a vector based on two other values

r plyr

collapsing rows in a data frame while merging another column value

r merge dataframe plyr reshape2

Split data.frame by variable and apply function referring to concrete row

r dataframe data.table plyr

Problems with ddply for splitting a large number of categories in R

r transform plyr large-data

Getting R Frequency counts for all possible answers

r plyr

How can I improve the performance of my data cleaning code that currently uses ddply by using data.table?

performance r data.table plyr

How can I pass values in ddply based on a column?

r dataframe plyr