Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Difference between categorical variables (factors) and dummy variables

Spread an integer over several rows as many times as it is divided by a constant

ggplot legend key color and transparency

How do I fix the abline warning, only using first two coefficients?

r linear-regression

Deparse, substitute with three-dots arguments

How to plot density of values above and below zero in ggplot?

r ggplot2 plot

Use R data.frame object in d3.js using r2d3

r d3.js r2d3

Combine dataframes for means and sd's into one dataframe with sd in brackets after the mean

Maps with R: Can't change the projection for points/coordinates

r ggplot2 spatial sf

Regression model point estimation

r statistics regression lm

Group a dataframe based on sequence breaks in a column?

r dplyr

shrink plot width to make more room for ggrepel labels

r ggplot2 knitr ggrepel

Getting Text After a Word--R Webscraping

r web-scraping

Is there an R function to get the unique edges in an undirected (not directed) network?

r edges

custom grouped dplyr function (sample_n)

r dplyr sample

How to convert dataframe to matrix without column names

r matrix

Using purrr rowwise instead of apply() on whole row

r apply purrr

Changing the font size of figure captions in RMarkdown pdf output

r r-markdown bookdown

Question on how to draw back-to-back plot using R and ggplot2

r ggplot2 plot r-grid grob

How does R know what kind of data from a given data-frame to consider as a factor? [closed]

r