Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Conditional running count (cumulative sum) with reset in R (dplyr)

p-value from fisher.test() does not match phyper()

Foreach .combine Function to combine lists in R

Fast Wald confidence intervals for a glm with broom in R

use assign() inside purrr:walk()

r dplyr purrr nse

Is there a good reason to use `sort` with `index.return = TRUE` instead of `order`?

r sorting

R markdown: download a html table to an excel file

html r markdown r-markdown kable

Standardizing qualitative variables in R to perform glm's, glm.nb's and lm's

r glm

Assigning custom week number in R

r

Error in file(filename, "r", encoding = encoding) : cannot open the connection

r

BNlearn R error “variable Variable1 must have at least two levels.”

r bnlearn

How to Split Strings based on conditions in R?

r regex gsub

Can't install `proj4` package because libproj and/or proj_api.h not found in standard search locations

r r-package proj

How can I create a "progress bar" type of graph in ggplot2 to display the percentile that a person is in?

r ggplot2

How to speed up a for loop in R for a nested matrix matching and colSums

r performance for-loop

Partial sorting of a vector

r

degree symbol incorrect in map axis labels

r ggplot2 plotmath

How to use regular expressions with dplyr's select helper functions

r regex dplyr

detect string with both AND and OR boolean operator in R

r regex stringr

Documenting functions in an r script

r roxygen2