Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

How can I use variable names to refer to data frame columns with ddply?

r plyr

annoying "feature" (or bugs?) for RODBC

r import odbc xls rodbc

Sort xtable() output by p-value from glm model summary

r xtable

R: Apply FUN to kxk subsections of array

r vectorization

Where can I find documentation on escape characters like "\"

r

Colorize/highlight values of R ftable() output in knitr/Sweave rapports

r colors latex knitr

Find distance of route from get.shortest.paths()

r routing dijkstra igraph

How to assign within apply family?

r dataframe apply

How can I use qnorm on Rcpp?

r inline rcpp

R - convert BIG table into matrix by column names

r sparse-matrix

Reshape data with repeated columns

r reshape

how to assign a unique identifier to multiple data frame entries

r plyr reshape

unable to find C_kmns object when passed to .Fortran()

r cluster-analysis k-means

geom_map borders in ggplot2 - revisited

r map ggplot2

Faster proportion tables in R

performance r xts

why causes invalid format '%d in R?

r

running multiple jobs in background at same time (parallel) in r

r parallel-processing

Locate and merge duplicate rows in a data.frame but ignore column order

r duplicates dataframe plyr

Merge multiple CSV files and remove duplicates in R

r csv merge duplicates

Profiling SVM (e1071) in R