2022

useR! 2022 – all virtual – is next week!

June 15, 2022 | Matt Shotwell

Hello! The all-virtual useR! 2022 conference opens next week, on 20 June, with 6 keynotes, 18 tutorials, and dozens of talks and posters to choose from. Keynote speakers include Paola Moraga, Amanda Cox, the Afrimapr project, Julia Silge, Sebastian Meyer, and Mine Dogucu. See the program overview at the conference website: https://user2022.r-project....
[Read more...]

AsioHeaders 1.22.1-1 on CRAN

June 15, 2022 | Thinking inside the box

An updated version of the AsioHeaders package arrived at CRAN yesterday (in one of those pleasant fully-automated uploads and transitions). Asio provides a cross-platform C++ library for network and low-level I/O programming. It is also included in B... [Read more...]

What is the best way to filter by row number in R?

June 15, 2022 | Jim

The post What is the best way to filter by row number in R? appeared first on Data Science Tutorials What is the best way to filter by row number in R?, The slice function from the dplyr package can be used to filter a data frame by row number ... [Read more...]

Response Surface Designs and their Analysis with R

June 14, 2022 | R in the Lab

A basic R tutorial for carrying out the analysis of results of response surface designs. It also discusses how to generate Box-Behnken and Central Composite designs. Any model is only an approximation   All code and data used in this post are available on GitHub: Response Surface Designs and their Analysis ...
[Read more...]

J.League Soccer 2022 Mid-Season Review!

June 14, 2022 | R by R(yo)

Introduction League table Team Reviews Cerezo Osaka Shimizu S-Pulse Vissel Kobe Kawasaki Frontale Kashiwa Reysol Kashima Antlers Yokohama F. Marinos Nagoya Grampus Shonan Bellmare FC Tokyo Gamba Osaka Consadole Sapporo Urawa Reds Kyoto Sanga Sagan Tosu Avispa Fukuoka Sanfrecce Hiroshima Jubilo Iwata Data Visualizations Squad Age Profiles Time Interval Scoring ... [Read more...]

How to Filter Rows In R?

June 14, 2022 | Jim

The post How to Filter Rows In R? appeared first on Data Science Tutorials How to Filter Rows In R, it’s common to want to subset a data frame based on particular conditions. Fortunately, using the filter() function from the dplyr package makes this simple. library(dplyr) This tutorial ... [Read more...]

Exploring your database with shiny

June 13, 2022 | HighlandR

Several of my recent blog posts have been focussed on using {purrr} and {glue} to programatically query a database. This is something I’d been wanting to achieve for some time, but my efforts got put on hold when COVID-19 came along. The ge... [Read more...]

What Is the Best Way to Filter by Date in R?

June 13, 2022 | Jim

The post What Is the Best Way to Filter by Date in R? appeared first on Data Science Tutorials What Is the Best Way to Filter by Date in R?, Using the dplyr package in R, you can filter a data frame by dates using the following methods. Subsetting with ... [Read more...]

R Strings

June 13, 2022 | sabir

A string is a sequence of characters. For example, "Programming" is a string that includes characters: P, r, o, g, r, a, m, m, i, n, g. In R, we represent strings using quotation marks (double quotes, " " or single quotes, ' '). For example, # string value using single quotes 'Hello' # ... [Read more...]
1 37 38 39 40 41 85

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)