Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

How to check in every row in a column if it contains a substring

r grepl

How to write lp object to lp file?

How to combine and modify ggplot2 legends with ribbons and lines?

r plot ggplot2

Using fread() to select rows and columns, the way read.csv.sql() does

r data.table

R Data.table for computing summary stats across multiple columns

r data.table bigdata

Using the subset argument with R's t.test command

r

roxygenize: Cannot open the connection

r roxygen2

plot acf of several timeseries in one plot

r plot time-series

When subsetting rows with a factor with equal (==), NA's are also included. It doesn't happen with %in%. Is it normal?

r equals subset na

actionButton in RShiny : alternative to reset value

r shiny

Passing Fixed and Variable parameters to Optimx

R parallel rbindlist does not work

r

Make a matrix of plots with row and column titles

r plot

Possible inconsistency in conversion from text to numeric

r type-conversion

How to force Knitr to evaluate \Sexpr after all other code chunks

r latex knitr

How to pass fun.aggregate as argument to dcast.data.table?

r data.table

AnyLogic simulation how to call R script

r anylogic

Writing to data frame with many lines is very slow

r

Individual binwidths in faceted histogram on ggplot2

r ggplot2

dplyr: apply function table() to each column of a data.frame

r plyr dplyr