Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

In F#, are there any operations like 'melt' or 'cast' in R?

r f# reshape

Using svyglm within plyr call

r plyr

knitr: how to set package options depending on output type

r knitr

Why are variable values in closures getting lost after repeatedly calling lapply?

r scope closures currying lapply

How to get id vertex from name vertex in R and Igraph?

r igraph

Alternative to sqlite OR a better way to handle date / time fields in sqlite

r sqlite date data.table

Topic Modeling: How do I use my fitted LDA model to predict new topics for a new dataset in R?

r lda topic-modeling

zoo/xts - can't do math on 1-cell subsets? R hangs

r xts zoo

quantstrat: buy next bar at open

r quantstrat

Distributing GPL code with non-GPL code [closed]

r open-source licensing gpl

is split always internally sorting the resulting data frames

r

R: Lattice messes up legend in pdf

r lattice

Select observations from a subset to create a new subset based on a large dataframe in R

r dataframe dataset subset

Passing functions in R as .Fortran arguments

r fortran

Difference between PROC SQL and sqldf

sql r sas sqldf

Iteratively and efficiently adding elements to a list attribute of vertices in R igraph

performance r list igraph

memory leak with rpy

python r memory-leaks rpy2

Error: zipping up workbook failed when trying to write.xlsx

r excel

CRAN check warning: Dependence on R version '3.4.3' not with patchlevel 0

r cran

What's the difference between is and inherits?

r inheritance r-faq