August 2021

{emayili}: Rudimentary Email Address Validation

August 20, 2021 | R | datawookie

A recent issue on the {emayili} GitHub repository prompted me to think a bit more about email address validation. When I started looking into this I was somewhat surprised to learn that it’s such a complicated problem. Who would have thought that something as apparently simple as an email ...
[Read more...]

R Forwards ?Package Development curriculum for women and other underrepresented people

August 20, 2021 | melliferrari

Emma Rand and Mine Çetinkaya-Rundel In September, we will be delivering a series of four online one-hour package development workshops. These are: Packages in a nutshell 20 September 2021 at 14:00 BST Register! Slides Setting up your system 21 September 2021 at 14:00 BST Register! Slides Your first package! 23 September 2021 at 14:00 BST… Continue reading R Forwards ?... [Read more...]

New Workshops Series Kick-off

August 20, 2021 | Mirai Solutions

We are happy to announce our third series of workshops, to take place in the fall of 2021. After the success of the past series that took place at the end of last year and this year in spring we decided to offer again a series of workshops based on ...
[Read more...]

Feature Subsampling For Random Forest Regression

August 19, 2021 | Christian Lorentzen

TLDR: The number of subsampled features is a main source of randomness and an important parameter in random forests. Mind the different default values across implementations. Randomness in Random Forests Random forests are very popular machine learning models. They are build from easily understandable and well visualizable decision trees and ...
[Read more...]

R/Medicine Conference 2021 Sponsored By Appsilon

August 19, 2021 | Appsilon

By presenting the latest advances in statistical modeling and reproducible data processing with direct application in clinical and medical practice, the R/Medicine conference is at the forefront of the digital transformation in the medical and pharmaceutical industry. Its laser-sharp focus on the R framework and ecosystem has naturally caught ...
[Read more...]

When Yahoo Finance doesn’t have de-listed tickers needed

August 18, 2021 | R on Redwall Analytics

Click to see R set-up code
# Libraries
if(!require("pacman")) {
  install.packages("pacman")
}
pacman::p_load(
  data.table
  )

# Set knitr params
knitr::opts_chunk$set(
  comment = NA,
  fig.width = 12,
  fig.height = 8,
  out.width = '100%'
)
Introduction As we discussed in our last post Introducing the Redwall ‘Red Flag’ Explorer with New Constructs Data, we were able to test the response of 125,000 quarterly and annual financial statements to incidence of “red flag” ratios, but some of the most interesting ... [Read more...]
1 2 3 4 5 8

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)