Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

In R how can I split a dataframe by date

r date dataframe subset

how to get significance codes after Kruskal Wallis post hoc test

r statistics

Creating a weekend dummy variable

r

Using R to insert a value for missing data with a value from another data frame

Troubleshooting "undefined columns selected" in R

r dataframe

do.call 20% slower than a normal call in R?

r function-call

Custom plots using the effects package

r ggplot2 regression

Two interdepending for loops in R, strange results

r loops

Element wise mean of multiple lists in R

r list mean

Fitting multimodal distributions in R; generating new values from fitted distribution

Identify and replace duplicates elements from a vector

r

How to use apply() with a function that takes more than one input?

r function apply

alternative to sapply over strsplit of character vector

string r split

sapply in R, how to use?

r sapply

Parsing a Millisecond Timestamp To a Time In R

r datetime time-series

datatable.integer64 argument is not working for me should it?

Extract from string using regular expression

regex r

Does multicore computing using R's doParallel package use more memory?

Ranking dataframe columns in R

r dataframe ranking

apply which.max to second, third, etc. highest value

r