Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Convert list of individuals to occurence of pairs in R

r dataframe

How to calculate count by group, then keep only one per group

r merge data.table aggregate

Multiply Probability Distribution Functions

How to convert column values to rows for each unique value in a dataframe in R?

r

Removing values from a vector that are not duplicated at least x number of times

How can I color the area below several normal distributions?

How to type tilde (~) in R?

r

Comp. Efficent way of resetting sequence if condition met ( R )

r data-manipulation

How to efficiently divide successor by predecessor in each column of a dataframe

r performance dataframe cbind

How to set the yaxis to equal xaxis geom_point with facet_wrap [duplicate]

r ggplot2

Clamp variable within range

r clamp

Counting number of instances of a condition per row R [duplicate]

r rows frequency

Split a column into multiple binary dummy columns [duplicate]

r dataframe

R - gsub only digits

regex r gsub grepl

In R, split a dataframe so subset dataframes contain last row of previous dataframe and first row of subsequent dataframe

r dataframe subset

Rf_error and Rf_warning definitions

r

Difference between setting aes in ggplot function or in a geom?

r ggplot2

Using group_by and mutate in dplyr package to create new factor variable by id variable

r dplyr

Test all values against each other and form groups from resulting matrix

r matrix grouping

Merge dataframes of different sizes

r dataframe