www.r-bloggers.com Open in urlscan Pro
188.114.96.3  Public Scan

Submitted URL: http://www.r-bloggers.com/
Effective URL: https://www.r-bloggers.com/
Submission Tags: falconsandbox
Submission: On October 08 via api from US — Scanned from NL

Form analysis 2 forms found in the DOM

https://www.google.com/cse

<form id="searchform" action="https://www.google.com/cse" target="_blank">
  <div>
    <input type="hidden" name="cx" value="005359090438081006639:paz69t-s8ua">
    <input type="hidden" name="ie" value="UTF-8">
    <input type="text" value="" name="q" id="q" autocomplete="on" style="font-size:16px;" placeholder="Search R-bloggers..">
    <input type="submit" id="searchsubmit2" name="sa" value="Go" style="font-size:16px;">
  </div>
</form>

POST https://r-bloggers.com/phplist/?p=subscribe&id=1

<form style="width:202px; float:left;" action="https://r-bloggers.com/phplist/?p=subscribe&amp;id=1" method="post" target="popupwindow">
  <input type="text" style="width:110px" onclick="if (!window.__cfRLUnblockHandlers) return false; if (this.value == 'Your e-mail here') this.value = '';" value="Your e-mail here" name="email">
  <input type="hidden" value="RBloggers" name="uri"><input type="hidden" name="loc" value="en_US"><input type="submit" value="Subscribe">
</form>

Text Content

MENU
 * Home
 * About
 * RSS
 * add your blog!
 * Learn R
 * R jobs ►
   * Submit a new job (it’s free)
   * Browse latest jobs (also free)
 * Contact us


R-BLOGGERS


R NEWS AND TUTORIALS CONTRIBUTED BY HUNDREDS OF R BLOGGERS

 * Home
 * About
 * RSS
 * add your blog!
 * Learn R
 * R jobs
   * Submit a new job (it’s free)
   * Browse latest jobs (also free)
 * Contact us


MAP ANY REGION IN THE WORLD WITH R – PART I: THE BASIC MAP

October 7, 2022 | R with White Dwarf

Scope of this post When you prepare for a job interview one of the questions
they always tell you to prepare is “What are you most proud of?”. Personally
I’ve never been asked that question in a job interview but it kept me thinking.
...


[Read more...]


YOUTH BULGE THEORY: WHY THERE WON’T BE AN UPRISING IN RUSSIA

October 7, 2022 | Learning Machines

Many wonder why there are so few protests in Russia over the brutal war against
Ukraine. An answer could lie in the youth bulge theory which we will use again
to explain the relative lethargy of the Russian populace, so read on! Since the
beginning of the war against Ukraine ... [Read more...]


REFACTORING RUSSIAN DOLL CODE

October 6, 2022 | The Jumping Rivers Blog

Refactoring Russian Doll Code Recently, I’ve been working with an environmental
scientist to refactor a large R package. Let’s call her Jane. Jane inherited a
mess of code, and had to ...


[Read more...]


R SHINY VS SHINY FOR PYTHON: WHAT ARE THE KEY DIFFERENCES

October 6, 2022 | Dario Radečić

If you haven’t been living under a rock for the past couple of weeks, you’ve
likely noticed some groundbreaking news in the Shiny department. Yes, it’s
finally available for Python! But how is the current Shiny for Python version?
How does R Shiny compare vs Shiny for ...


[Read more...]


TEAM COLLABORATION IN R AND PYTHON MADE EASY

October 5, 2022 | RStudio | Open source & professional software for data science
teams on RStudio

Bilingual teams that want to do serious data science require collaboration,
transparency, and reproducibility across R and Python workflows while empowering
professionals to work in their preferred language(s). Accomplishing this
requires tools built for interoperability at scale and a shared standard between
data science languages. Here are a few ... [Read more...]


ORDINAL REGRESSION AS A MODEL FOR SIGNAL DETECTION

October 5, 2022 | R on Stat's What It's All About

Preface I was basically done with this blog post when I came across Matti
Vuorre’s post on the same exact topic. Matti goes into all the details, and
really the present post can be seen as a brief account of all the cool things
the probit-approach-to-SDT can do. I’...


[Read more...]


CHOROPLETHR 3.7.1 IS NOW ON CRAN

October 5, 2022 | Ari Lamstein

When I took my first software engineering job at Electronic Arts 20 years ago
someone told me “More time is spent maintaining old software than writing new
software.” Since my project at the time (“Spore”) was brand new, and I was
writing brand new code for it, I found that hard ...


[Read more...]


GOOGLYPLUSPLUS GETS READY FOR ICC MEN’S T20 WORLD CUP

October 5, 2022 | Tinniam V Ganesh

It is time!! So last weekend, I turned the wheels, moved the levers and listened
to the hiss of steam, as I cranked up my Shiny app GooglyPlusPlus. The ICC Men’s
T20 World Cup is just around the corner, and it was time to prepare for this
event. This ...


[Read more...]


MONEY, MONEY, MONEY: RCONCILLATION

October 4, 2022 | R Views

Dr. Maria Prokofieva is a member of the R / Business working group which is
promoting the use of R in accounting, auditing, and actuarial work. She is also
a professor at the Victoria University Business School in Australia and works
with C...


[Read more...]


APPLICATIONS OPEN: THE SEVENTH SUMMER SCHOOL ON STATISTICAL METHODS FOR
LINGUISTICS AND PSYCHOLOGY, 11-15 SEPTEMBER 2023

October 4, 2022 | Shravan Vasishth

Applications are open (till 1st April 2023( for the seventh summer school on
statistical methods for linguistics and psychology, to be held in Potsdam,
Germany.Summer school website: https://vasishth.github.io/smlp2023/Some of the
highlights:&nbsp... [Read more...]


PACKAGE DEV WITH {FUSEN} & {ATTACHMENT}: LOAD ALL FUNCTIONS OF A FLAT, MANAGE
QMD AND AUTO-FILL REMOTES FIELD

October 4, 2022 | Sébastien Rochette

You can read the original post in its original format on Rtask website by ThinkR
here: Package dev with {fusen} & {attachment}: load all functions of a flat,
manage qmd and auto-fill Remotes field One aim of our open-source packages at
ThinkR is to make our development workflows easier. {attachment} and {...


[Read more...]


GET MILES: USING TREEMAP TO VISUALISE RUNNING DISTANCES

October 4, 2022 | quantixed

By 30th September 2022, I had clocked up a total of over 2000 km of running in
2022. This milestone was a good opportunity to look at how I got to this point.
The code is shown below. First, we can make a histogram to look at the distance
of runs. From this ...


[Read more...]


GGRADAR: RADAR PLOTS WITH GGPLOT IN R

October 4, 2022 | Business Science

Businesses have tons of data. But 90% have no clue how to use it. Here’s what
they are overlooking… Within-Group Analysis. Groups are important (think
customer segments). But group-wise comparisons can be tricky. Thankfully an R
package exists to hel...


[Read more...]


SHINY IN PRODUCTION: COMING UP

October 3, 2022 | The Jumping Rivers Blog

Shiny in Production is just around the corner. We can’t wait to welcome you all
to Newcastle on Thursday and Friday. Here’s a quick round up of what you can
expect! Do you requi...


[Read more...]


A DAY IN LIFE OF AN R/SHINY DEVELOPER

October 3, 2022 | Boleslaw Michalski

At Appsilon we strive to be the global leaders in R Shiny. We develop some of
the world’s most advanced Shiny dashboards and have a team of talented
individuals. We asked one of them –  Alexandros Kouretsis, R/Shiny Developer
about his career path and experiences within the R community.  ...


[Read more...]


ACCESS DATACAMP’S TOP PROGRAMMING COURSES FOR ONLY $1 THIS WEEK!

October 3, 2022 | alexandre.loy@datacamp.com

Running only until Oct. 7, DataCamps’ entire learning platform is accessible for
just $1 during Space Week! Suitable for complete beginners and seasoned
practitioners alike, DataCamp’s hands-on learning approach has something for
anyone looking to advance their data skills. With unlimited access to 380+
courses in Python, R, SQL, Power-bi and more ...


[Read more...]


TIDYFINANCE: EMPIRICAL ASSET PRICING IN R WORKSHOP

October 3, 2022 | Dariia Mykhailyshyna

Learn how to do empirical asset pricing in R, while contributing to charity!
Join our workshop on TidyFinance: Empirical asset pricing in R which is a part
of our workshops for Ukraine series.  Here’s some more info:  Title:
TidyFinance: Empirical asset pricing in R Date: Thursday, October 13th 18:00 –
20:00 CEST (... [Read more...]


ROBSERVATIONS #39: UNCOVERING A STRANGER SIDE OF THE COLLATZ CONJECTURE

October 2, 2022 | Benjamin Smith

Introduction The Collatz Conjecture is one of the most famous unsolved problems
in mathematics which only requires the knowledge of 4th grade math to
understand. This blog was initially intended to show how to code the Collatz
conjecture as function and visualize stopping times as well as the hailstone
sequences ...


[Read more...]


NONPARAMETRIC INFERENCE BASED ON STATISTICAL DEPTH

October 2, 2022 | YoungStatS

Nonparametric inference based on statistical depth Monday, October 17th, 7:00 PT
/ 10:00 ET / 16:00 CET The notion of center of an object, be it a set of
observations, a physical object or a random variable, is difficult to define.
This motivated t...


[Read more...]


6 PRODUCTIVITY HACKS FOR QUARTO

October 2, 2022 | RStudio | Open source & professional software for data science
teams on RStudio

Quarto is an open-source scientific and technical publishing system built on
Pandoc. With Quarto, you can render plain text and mixed formats into static
HTML pages, PDFs, Word documents, websites, and more. Over the past months,
we’ve been delig...


[Read more...]
1 2 3 … 1,953 »




MOST VIEWED POSTS (WEEKLY)

 * Calculate Confidence Intervals in R
 * How to install (and update!) R and RStudio
 * ggradar: radar plots with ggplot in R
 * 5 Ways to Subset a Data Frame in R
 * PCA vs Autoencoders for Dimensionality Reduction
 * R – Sorting a data frame by the contents of a column
 * Import CSV Files into R Step-by-Step Guide

SPONSORS




--------------------------------------------------------------------------------


--------------------------------------------------------------------------------


--------------------------------------------------------------------------------


--------------------------------------------------------------------------------


--------------------------------------------------------------------------------



--------------------------------------------------------------------------------


--------------------------------------------------------------------------------


--------------------------------------------------------------------------------


--------------------------------------------------------------------------------


--------------------------------------------------------------------------------


--------------------------------------------------------------------------------

Our ads respect your privacy. Read our Privacy Policy page to learn more.


--------------------------------------------------------------------------------

Contact us if you wish to help support R-bloggers, and place your banner here.

JOBS FOR R-USERS

 * Junior Data Scientist / Quantitative economist
 * Senior Quantitative Analyst
 * R programmer
 * Data Scientist – CGIAR Excellence in Agronomy (Ref No:
   DDG-R4D/DS/1/CG/EA/06/20)
 * Data Analytics Auditor, Future of Audit Lead @ London or Newcastle

PYTHON-BLOGGERS.COM (PYTHON/DATA-SCIENCE NEWS)

 * Refactoring Russian Doll Code
 * R Shiny vs Shiny for Python: What are the Key Differences
 * Team Collaboration in R and Python Made Easy
 * Prediction intervals (not only) for Boosted Configuration Networks in Python
 * Cross-Validation with Python VIDEO
 * Kernel SHAP in R and Python
 * API as a package: Testing

CONTRIBUTING BLOGS

 * R | R-statistics blog
 * psychosystems.org blog » R
 * R on OSM
 * R(adiant) news
 * R Blog
 * Bioinfpharmatics » R
 * 0xCAFEBABE
 * Blog – Chaney Law Firm
 * databait
 * r – Lunean
 * Blog – BS
 * factbased
 * Nuno Moniz
 * A Hugo website
 * novyden
 * Design Data Decisions » R
 * Stories by Sebastian Wolf on Medium
 * R – workspace13
 * Posts | Deltanomics
 * Modeling with R
 * R-bloggers | A Random Walk
 * R – Koan Mathematics
 * R on The CuRious Financial Risk ManageR
 * The DataCamp Blog » R
 * Taiyun Wei
 * Alex’s Data Science Blog
 * R – Equastat
 * Category: R | Todd W. Schneider
 * dataScientist.co » rstats
 * Fantasy Football Analytics » R | Fantasy Football Analytics
 * Shifting sands
 * Serious Stats » R code
 * Avulsos by Penz – Articles tagged as R
 * geocacheR
 * R on Chi’s Impe[r]fect Blog
 * Data Driven, Analysing current social and political issues from a data
   prespective
 * Shane Lynn » R
 * R on Know Your Data
 * Memo’s Island
 * Statistics, genetics, programming, academics » R
 * Random R Ramblings
 * Dekuran Codes
 * R – datacademy
 * R on R for Biology
 * R – CoolStatsBlog
 * Building Business Intelligence Applications with R
 * Clustering epigenetic data using a Dirichlet process prior » R
 * Simon Grund [R]
 * Stories by Przemyslaw Biecek on Medium
 * R – The Infinite Couch

Full list of contributing R-bloggers

R POSTS BY YEAR

Select Year 2022  (1540) 2021  (2378) 2020  (3297) 2019  (3086) 2018  (3479)
2017  (3718) 2016  (3477) 2015  (2858) 2014  (2894) 2013  (3141) 2012  (3382)
2011  (2847) 2010  (2046) 2009  (706) 2008  (107) 2007  (70) 2006  (19) 2005
 (5)

Copyright © 2022 | MH Corporate basic by MH Themes