2022

Sonnet to infix function

August 9, 2022 | Turtletopia: a blog about programming in R

Some poetry for the programmers Blest be the day, and blest be the month and year, Season and hour and very moment blest, The lovely IDE where first possessed By two percent signs I found me prisoner; (…) Francesco Petrarch, Sonnet 61. Translated by Joseph Auslander. Possibly with some spicing it up ... [Read more...]

Sonnet to infix function

August 9, 2022 | Turtletopia: a blog about programming in R

Some poetry for the programmers Blest be the day, and blest be the month and year, Season and hour and very moment blest, The lovely IDE where first possessed By two percent signs I found me prisoner; (…) Francesco Petrarch, Sonnet 61. Translated by Joseph Auslander. Possibly with some spicing it up ... [Read more...]

shelled and riddled

August 9, 2022 | xi'an

Consider a shell game with three shells and a ball where only the location of the shell with the ball is exchanged with the location of an empty shell, randomly chosen. If one starts with the ball as rightmost, what is the distribution of the location of the ball after ...
[Read more...]

R Cheat Sheet

August 9, 2022 | Trevor French

🤘 Here’s my R Cheat Sheet for the tasks I find myself performing frequently:R Programming Cheat SheetR Cheat Sheet was originally published in Trevor French on Medium, where people are continuing the conversation by highlighting and responding to this ...
[Read more...]

API Calls in R

August 9, 2022 | Trevor French

🤘 Here’s a quick guide on making API calls in R featuring Helium data.OutlineInstall PackagesRequire PackagesMake RequestParse & Explore DataAdding Parameters to RequestsAdding Headers to RequestsInstall Packageshttps://medium.com/media/c8936125ea6...
[Read more...]

Manipulating Data with R

August 9, 2022 | Trevor French

This code builds off the file built here: https://medium.com/@FrenchTrevor/reading-files-into-and-out-of-r-a5bc6fded44bFull code can be found at the bottom of the page.Video here: https://youtu.be/qK9hM9oEocMAdd a Column to a DataframeThis snippet demonstrates how to add a column to a dataframe in ...
[Read more...]

Reading Files into and out of R

August 9, 2022 | Trevor French

Video Here: https://www.youtube.com/watch?v=ibkBTqx3LW8The following code shows how to read a .CSV/.XLSX file into R, perform a manipulation, and write a new file out of R.#Clears environmentrm(list = ls(all.names = TRUE))#-----------------------------...
[Read more...]

Downstream Bioinformatics Analysis of Omics Data with edgeR

August 9, 2022 | morphoscape

Summary A common task when working with transcriptomic data is the identification of differentially expressed (DE) genes or tags between groups. In this tutorial participants will learn how to perform biostatistical analysis with edgeR, including pairwise and analysis of variance (ANOVA) like comparisons to identify significantly DE genes. Questions What ...
[Read more...]

Linux Packages for R

August 8, 2022 | R - datawookie

Getting R set up on Linux can be somewhat frustrating. Many of the fundamental packages (like {devtools} or {remotes}) have implicit system dependencies. So installing these packages can involve numerous iterations back and forth between R and the shell while you figure out what those dependencies are and get them ...
[Read more...]

Just show me the data, baseball edition

August 8, 2022 | Bob Carpenter

Andrew’s always enjoining people to include their raw data. Jim Albert, of course, does it right. Here’s a recent post from his always fascinating baseball blog, Exploring Baseball Data with R, 49 seasons of the designated hitter. The post “just” … Continue reading → [Read more...]

Image Annotation

August 8, 2022 | Super User

This week, I uploaded a newer version of the R package recogito to CRAN. The recogito R package provides tools to manipulate and annotate images and text in shiny. It is a htmlwidgets R wrapper around the excellent recogito-js and annotorious javascri... [Read more...]
1 20 21 22 23 24 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)