December 2021

Stats and R is 2 years old!

December 15, 2021 | R on Stats and R

Introduction Analytics Users and page views Page views over time Page views per channel Page views per day of week and month of year Page views per month and year Top performing pages Page views by country User engagement by devices Browser information End note Introduction Stats and R has ...
[Read more...]

How to Connect R to Google Sheets Using googlesheets4

December 15, 2021 | Zuzanna

Manipulating data in sheets can be a tedious task, but if you have at least a bit of a programmer inside you, you can make your work with Google sheets much easier. How – you ask? By connecting R to Google sheets using the googlesheets4 package provided by tidyverse. This article ...
[Read more...]

How to Find Unique Values in R

December 15, 2021 | finnstats

Visit for the most up-to-date information on Data Science, employment, and tutorials finnstats. If you want to read the original article, go here How to Find Unique Values in R To find unique values in a column in a data frame, use the unique() function in R. In Exploratory Data ... [Read more...]

How to Split data into train and test in R

December 14, 2021 | finnstats

finnstats:-For the latest Data Science, jobs and UpToDate tutorials visit finnstats Split data into train and test in r, It is critical to partition the data into training and testing sets when using supervised learning algorithms such as Linear Regression, Random Forest, Naïve Bayes classification,... The post How ... [Read more...]

Optimising dplyr

December 14, 2021 | Tom Jemmett

By Tom Jemmett Recently in a project I was working on I encountered an issue where one code chunk in […] The post Optimising dplyr appeared first on NHS-R Community. [Read more...]

How to split vector and data frame in R

December 13, 2021 | finnstats

finnstats:-For the latest Data Science, jobs and UpToDate tutorials visit finnstats Split vector and data frame in R, splitting data into groups depending on factor levels can be done with R’s split() function. Split() is a built-in R function that divides a vector or data... The post How ... [Read more...]
1 3 4 5 6 7 9

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)