Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Subtracting rows based on conditions in other columns

r dplyr

Add consecutive elements of a vector until a value

r

Creating a folder inside a function

r directory

How to handle column names not supported by sqldf in R

r sqldf

rbind 2 vectors of different lengths by their names

r

Creating new column in data frame in R by comparing 2 existing columns and then deleting the latter

r matrix dataframe

How can I get legend for coplot in r?

logit binomial regression with clustered standard errors

r glm

Remove parts of pattern from string with gsub

regex r gsub

How to select the first n rows of each group in specified columns (after a join)?

r data.table

Are there any websites that monitor new R packages in the CRAN package repository?

r cran

Profiling the function 'library' in R

r profiling

Problems rendering rmarkdown from shared drive

r r-markdown knitr pandoc

Is there a parallel implementation of GBM in R?

How can I select rows from table A whose id matches those from table B, but whose (non id) values are different?

r data.table

How to use multinomial function in C with Rmath.h

r c multinomial

Only strings can be converted to symbols within a function in R

Grouped count aggregation in R data.table

r count aggregate data.table

How to select some rows with specific date from a data frame in R

r dataframe rows