Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

How to install R packages via proxy [user + password]

r

"missing value where TRUE/FALSE needed" error vcd::mosaic

r

Iterating over lists stored in data.frame in R

r for-loop dataframe loops

Regex to replace a period (.) when appearing alone or with spaces but not a number with a decimal point r

regex r

Using ifelse with transform in ddply

r plyr lubridate

How can I eliminate some areas by attribute from a shapefile in R and create a new shapefile?

r subset arcgis shapefile

Number sequence recognition

r

override R lattice parallelplot auto.key legend colors

r lattice

How to specify figure names when `knit`ting with `fig.keep='all'`

r knitr

Why object becomes different after save/load to/from RData?

r object load save rdata

In lm.wfit, what does z <- .Call(C_Cdqrls, x *wts, y*wts, tol) do? [duplicate]

r lm

Read list of file names from web into R

r dataframe

Install rCharts package on R 2.15.2

r visualization rcharts

Making knitr code blocks more cleanly cut-and-pastable

r knitr

Storing XML node values with R's xmlEventParse for filtered output

xml r xml-parsing

Grabbing single plots from multi-plot output in R

r data-visualization

Find combinations of words in two vectors

string r vector

apply merge to a list of data.frames

r merge

R: handling and plotting grouped data

r ggplot2

About lexical scoping in R