Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Tidyjson: is there an 'exit_object()' equivalent?

json r

unscale predictor coefficients lmer model fit with an unscaled response

r lme4

Width of bars in ggplot2 with many groups

r ggplot2 width geom-bar

Creating a smooth line when using geom_area in ggplot - R

r ggplot2 geom-area

Variable geom_text is overwritten when plots saved in list [duplicate]

r ggplot2 ggpubr

Handling Avro Files from R without using Spark

r

Using {gtsummary} to display confidence intervals for survey.design object?

r survey gtsummary

Match rows of a matrix to the rows of another, regardless of the column order?

r matrix set-intersection

Using RJSONIO and AsIs class

json r text

Impute factor values using dates

r missing-data

Extracting event types from last 21 day window

r dplyr zoo

R: How to use describe() with sample weights

r sample describe

Row Minimum except certain columns

r

How to deal with overlapping factor levels? (e.g. when producing tables and plots)

r dataframe ggplot2 r-factor

Homework: Simulating coin tosses until consecutive heads using R

r matlab probability

Replace a value in a column matching a particular pattern in R

regex r

Shiny showing numbers instead of dates

r date shiny

A ggmap too small when rendered within a Rmd file?

r ggplot2 r-markdown ggmap

Mutate returns data in wrong order dplyr is this a bug?

r dplyr

Applying a function to the last result in R with minimal typing

r read-eval-print-loop