August 2020

Why I don’t use R Markdown’s ref.label

August 7, 2020 | R some blog

R Markdown provides the chunk option `ref.label` to reuse chunks. In this post, I'll show potential problems with this approach and present an easy and safe alternative. Motivation Consider you have defined variable x,
x = 1
and define another chunk, where you simply add one up
```{r addOne}
sum = x + 1
sum
```
resulting in
[1] 2
...
[Read more...]

Why I don’t use R Markdown’s ref.label

August 7, 2020 | Roman Pahl

Outline R Markdown provides the chunk option ref.label to reuse chunks. In this post, I'll show potential problems with this approach and present an easy and safe alternative. If you don't bother with the detailed Explanation, feel free to jump right to the Summary section. Explanation Consider you have ... [Read more...]

Why I don’t use R Markdown’s ref.label

August 7, 2020 | Roman Pahl

Outline R Markdown provides the chunk option ref.label to reuse chunks. In this post, I'll show potential problems with this approach and present an easy and safe alternative. If you don't bother with the detailed Explanation, feel free to jump right to the Summary section. Explanation Consider you have ... [Read more...]

Will Netflix Renew the Show?

August 7, 2020 | Nagdev Amruthnath

In last couple of years, Netflix has become a part of my lifestyle. At the end of my day when I turn on my TV, by default i’m tuned to check out Netflix. I always look forward for Friday when they release their original content and make sure I ...
[Read more...]

Some random piece of code

August 6, 2020 | R | Olivier Gimenez

Gathered some code on occupancy, capture-recapture & epidemiological models, social networks, spatial stuff, textual analyses, reproducible science, etc… ?‍??‍? In hope it's useful, I gathered random pieces of code I wrote on occupancy, capture-recapture & epidemiological models, social networks, spatial stuff, textual analyses, #DeepLearning and the #tidyverse ➡️ https://t.co/T1PlbmDLZO I ... [Read more...]

High School Swimming State-Off Tournament Florida (3) vs. Illinois (6)

August 6, 2020 | Welcome on Swimming + Data Science

This week in the High School Swimming State-Off Tournament we have the third seeded Sunshine State, Florida (3) taking on the sixth seeded Illinois (6) aka the Prairie State.
library(SwimmeR)
library(dplyr)
library(stringr)
library(purrr)
library(flextable)
Please note the following analysis was updated November 22nd 2020 to reflect changes beginning with SwimmeR v0.6.0 released via CRAN on November 22nd 2020. ... [Read more...]

High School Swimming State-Off Tournament Florida (3) vs. Illinois (6)

August 6, 2020 | Swimming + Data Science

This week in the High School Swimming State-Off Tournament we have the third seeded Sunshine State, Florida (3) taking on the sixth seeded Illinois (6) aka the Prairie State.
library(SwimmeR)
library(dplyr)
library(stringr)
library(purrr)
library(flextable)
Florida Results Florida has a nice results repository, with Hy-Tek real-time results. This will then be similar to last week when we ... [Read more...]

Join us at R/Medicine – Aug 27-29, 2020

August 6, 2020 | R Consortium

August 27-29, 5:30am PDT / 8:30am EDT / 2:30pm CEST – Register now! Brought to you by the Children’s Hospital of Philadelphia, Yale School of Public Health, and the R... The post Join us at R/Medicine – Aug 27-29, 2020 appeared first on R Consortium.
[Read more...]

Basic manipulation of GIF frames with magick

August 6, 2020 | kjytay

The magick package is a really powerful package for image processing in R. The official vignette is a great place to start learning how to use the package. I’ve been playing around with using magick for manipulating GIFs and found … Continue reading → [Read more...]

Useful YAML options for generating HTML reports in R

August 5, 2020 | R | Science Loft

I think most people start using R with scripts initially. Scripts are great for modular computational tasks, but for generating informative reports, Rmarkdown is a must. Rmd makes it possible to use a YAML header to specify certain parameters right at the beginning of the document. Built-in YAML parameters make ... [Read more...]

Image contours in R

August 5, 2020 | kjytay

I recently came across this short fun post on R-bloggers that demonstrated how to use the image.ContourDetector package (available on CRAN) to extract contours from an image. The image of the contours looked really cool so I thought I would … Continue reading →
[Read more...]

Predicting pneumonia outcomes: EDA part 1

August 4, 2020 | R on notast

Intro Data dictionary EDA blueprint Outcome Discard the noise 1 Other_ related category 2 Pt_ Patient related category Appropriate patients Case_number Age 3 R_ Radiology related category Effusion and effusion site On chest x-ray ( R_CXR_effusion, R_CXR_effusionSite) On CT chest (R_CT_effusion, R_CT_effusionSite) 4 SS_ Category related ...
[Read more...]
1 8 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)