Articles by dataenq.

How to subset rows from a data frame in R

August 18, 2020 | dataenq.

After understanding “how to subset columns data in R“; this article aims to demonstrate row subsetting using base R and the “dplyr” package. Let’s see how to subset rows from a data frame in R and the flow of this article is as follows: Data Reading Data Subset an ... [Read more...]

How to subset a data frame column data in R

August 18, 2020 | dataenq.

In this article, we present the audience with different ways of subsetting data from a data frame column using base R and dplyr. Let’s check out how to subset a data frame column data in R. The summary of the content of this article is as follows: Data Reading ... [Read more...]

How to prepare data for analysis in r

August 18, 2020 | dataenq.

Welcome to our first article. This article aims to bestow the audience with commands that R offers to prepare the data for analysis in R. Why prepare data? If you are lucky, you may not have to prepare data, though real-life data has gaps, errors, missing values, etc. The quality ... [Read more...]

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)