Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

stl() decomposition won't accept univariate ts object?

r

how to combine two levels in one categorical variable in R [duplicate]

r

Pivoting data in R

r

Smooth every group via `do`

r dplyr

Subtract value from each list's element in R

r

Storing loop output in a dataframe in R

r loops for-loop

How to split column into two in R using separate [duplicate]

r tidyr

Convert values below a threshold into 1

r if-statement

Separate palettes for facets in ggplot facet_grid

r ggplot2 facet

How to summarize value not matching the group using dplyr

r dplyr

subset data by set of intervals in R

r subset

Extract number after a certain word

regex r

Visualise summary statistics per day, per group

r ggplot2

Subsetting string column in datatable using positions from another column

r data.table stringr

Apply function to columns in a list of data frames and append results

r

Aggregating regardless of the order of columns

r dataframe

Mutate over multiple columns, skip NA values

r dplyr

Find the minimum date between two maximum dates based off unique values in a column

Remove duplicated group dplyr r

r dataframe dplyr group-by

How to strip down comma-separated strings to unique substrings

r regex