Skip to main content

R Language Collective

A collective where data scientists and AI researchers gather to find, share, and learn about R and other subtags like knitr and dplyr.
516.3k Questions
+93
13.3k Members
+48
Contact

Pinned Bulletins

View all 1 bulletins

R Language has some news to share

Bulletin
1 min read
2k views

Welcome to the R Language Collective

Pinned content

View all 3 collections

R Language admins have deemed these posts noteworthy.

Pinned
49 votes
4k views
2 minute read
How-to guide

How to write a good R question with a reproducible example

This article is largely written based on https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example When posting a question to Stack Overflow, you should include a minimal ...
user avatar
Pinned
18 votes
3k views
Collection

R Language Frequently Asked Questions

The questions that get asked repeatedly, gathered together in one place. What’s a question every R programmer asks at some point? Add it here! Grab questions from the r-faq tag to get them added ...
Berthold's user avatar
  • 101

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
12 views

Download satellite data using http::GET but the files are incomplete

I'm trying to download lots of satellite data from a government website. When I download each file individually, by manually clicking the download button on the site, the files are about 13 MB each. ...
0 votes
0 answers
9 views

How to adjust Fable forecast .mean before autoplot?

I have been following the fpp3 textbook and using packages: fpp3, tidyverse. I have a Fable forecast, but would like to make manual modifications to the .mean. This is easily done by accessing those ...
0 votes
0 answers
11 views

Pairwise T-test for Welch's F ANOVA

I need help with pairwise comparison following Welch's F test. For your convenience, my minimal example is drawn from the example given in the R documentation. df <- ToothGrowth df$dose <- as....
-1 votes
0 answers
28 views

Query about DSEq2 package in R

I'm facing a problem to construct a DESeqDataSetFromMatrix data object. The code was dds <- DESeqDataSetFromMatrix ( + countData = counts_data, + colData = col_data, + design = ~dex + ) # Error in ...
0 votes
0 answers
17 views

Repeated measures in RDA (aka "fixed" or "random" effects): why does Condition remove the contraints?

I'm running an RDA on a set of measures that have been taken in a landscape. For each landscape window, we've some parameters that describe the landscape there, and we've conducted, say, 10 measures ...

Learn something new
These are the most recent articles in R Language Collective
49 votes
4k views
2 minute read
How-to guide

How to write a good R question with a reproducible example

This article is largely written based on https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example When posting a question to Stack Overflow, you should include a minimal ...
user avatar
20 votes
3k views
3 minute read
How-to guide

Create multiple PDF/HTML reports using R Markdown in a loop

How to create multiple PDF/HTML reports in a loop using R Markdown With R Markdown, creating a PDF or HTML report is straightforward. But what if you want to create various reports? Furthermore, what ...
Guibor Camargo Salamanca's user avatar