Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Increasing weighted mean by random sample

r performance function loops

Add underscore before every upper case letter followed by lower case

r regex

Conditional string split in data.table in R

r regex data.table

How to apply lasso logistic regression with caret and glmnet?

r r-caret glmnet

How to flag first change in a variable value between years, per group?

r loops dplyr

How can I run multiple independent and unrelated functions in parallel without larger code do-over?

r parallel-processing

R Plotly: how to order pie chart?

r plotly

Yahoo finance ichart service availability

Divide data set into 60%, 20%, 20%

How to compress/delete rows with conditions in R?

r data.table vectorization

Getting bounding box from leaflet in R

r shiny leaflet

How to use getReturns with the Yahoo finance API

r yahoo-finance yahoo-api

tidytext read files from folder

r nlp tidytext

mget cannot get primitive function like get

r

purrr::map equivalent to dplyr::do

r dplyr purrr

Compute number of files per folder in a complex folder structure?

How to create a customized theme similar to theme_bw in ggplot2?

r ggplot2

Filtering rows in dataframe based on partial column name and mathematical expression

r

Plotly: how to specify symbol and color based on value?

r plotly

Equivalent R "findcorrelation(corr,cutoff = 0.75)" in python pandas