Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data.table

Group consecutive rows in a data table in R

r data.table

How to get the difference in value between subsequent observations (country-years)?

Bi-weekly binning with data table

r data.table

Convert list column to a string in place

r string list data.table

Transpose dataframe without t(), and using spread(), cast(), or melt()

data.table merge() with NA in by column

r data.table

How to de-aggregate binomial response data from individuals with the same covariates to bernoulli and vice-versa?

subsetting ID and dates in data.table R

r data.table subset

How to concatenate rows based on group as quickly as possible

Inconsistent output of data.table using apply(.SD, 1, FUN)

r data.table

R data.table - how to use assigned variables as column names for computing summaries _and_ grouping

r data.table summary

r - data.table and testthat package

How can I extract the rows from a large data set by common IDs and take the means of these rows and make a column having these IDs

r data.table plyr

Loop through unique values of a column and create multiple columns