March 2021

Dropping levels in a factor variable

March 3, 2021 | Statistics & R

Assume you have a data frame (df) for patients taking a specific drug. The data consists of a factor variable (Drug) and a numeric variable (N_patients). Drugs N_patients Drug 1 50 Drug 2 40 Drug 3 23 Drug 4 92 Drug 5 70 Later on you filter the data frame for specific levels in the factor variable and ... [Read more...]

Learned from Community

March 3, 2021 | Nujcharee Haswell

How many instant message notifications do you get a day? We get message notifications for conversations we have with others, […] The post Learned from Community appeared first on NHS-R Community.
[Read more...]

Faster data exploration with DataExplorer

March 2, 2021 | Andrew Treadway

Data exploration is an important part of the modeling process. It can also take up a fair amount of time. The awesome DataExplorer package in R aims to make this process easier. To get started with DataExplorer, you’ll need to install it like below: Let’s use DataExplorer to ...
[Read more...]

2021 R Conferences

March 2, 2021 | R Views

It is not yet clear what lasting impact the Covid-19 pandemic will ultimately have on R conferences. We are still adapting to our inability to attend large events, and trying to make the best of the “silver lining” of virtual events which permit worldwide participation. The following is an attempt ...
[Read more...]

stack overload

March 2, 2021 | xi'an

The Riddle this week is rather straightforward to explain: stacking identical objects (bars of length and mass two, say) on top of one another so that the center of each new bar is uniformly distributed along the previous bar, what is the distribution of the number of bars when the ...
[Read more...]

ppsr live on CRAN!

March 2, 2021 | Paul van der Laken

Finding predictive patterns in your dataset with one line of code! Today — March 2nd 2021 — my first R package was published on the comprehensive R archive network (CRAN). ppsr is the R implementation of the Predictive Power Score (PPS). The PPS is an asymmetric, data-type-agnostic score that can detect linear or ...
[Read more...]

Super-FAST EDA in R with DataExplorer

March 1, 2021 | Business Science

This article is part of a R-Tips Weekly, a weekly video tutorial that shows you step-by-step how to do common R coding tasks. Did you know most Data Scientists spend 80% of their time just trying to understand and prepare data for analysis?! This pr...
[Read more...]

Super-FAST EDA in R with DataExplorer

March 1, 2021 | Business Science

This article is part of a R-Tips Weekly, a weekly video tutorial that shows you step-by-step how to do common R coding tasks. Did you know most Data Scientists spend 80% of their time just trying to understand and prepare data for analysis?! This pr...
[Read more...]

COVID Counterfactual

March 1, 2021 | Posts | Jacob Simmering

I was discussing the effect of the Trump being President during the bulk of the first year of the COVID-19 pandemic. My friend believes that Trump had a significant negative effect on the course of the pandemic in the United States. Meanwhile, I think that Trump was not helpful but ...
[Read more...]
1 9 10 11 12

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)