How to Make Mobile Apps with R Shiny

April 14, 2024 | Business Science

Hey guys, welcome back to my R-tips newsletter. It’s no secret that modern businesses run on mobile apps. Today, I’m going to share how to turn your R Shiny web apps into Mobile-First business applications. Table of Contents Here’s what you’re learni...
[Read more...]

Model Validation

April 13, 2024 | R - datawookie

Is this a “good” model? How to validate a model and determine whether it’s a good representation of the training data and likely to produce robust and reliable predictions.
[Read more...]

Eclipse map

April 12, 2024 | Michael

2017 Solar Eclipse with Totality - Composite – CC-BY-NC by Jeff Geerling I saw this post showing a map of the year of the most recent total eclipse, and people mentioning that we can find the data on the Five Millennium Canon of Solar Eclipses Database (the data also mentioned in the ...
[Read more...]

Leverage Effect

April 11, 2024 | R - datawookie

The models we have been looking at do not differentiate between positive and negative residuals: both errors are treated the same. However, this does not align with reality, where the volatility resulting from a large negative return is higher than that for the corresponding positive return.
[Read more...]

Crafting Elegant Scientific Documents in RStudio: A LaTeX and R Markdown Tutorial

April 11, 2024 | Numbers around us

IntroductionIn the world of scientific research and academic writing, the clarity, precision, and aesthetics of your documents can significantly impact their reception and comprehension. LaTeX, a powerful typesetting system, has long been revered for its ability to create beautifully formatted documents, especially those requiring complex mathematical expressions and detailed layouts. ...
[Read more...]

simaerep release 0.5.0

April 10, 2024 | R on datistics

Simulate adverse event reporting in clinical trials with the goal of detecting under-reporting sites. Monitoring of Adverse Event (AE) reporting in clinical trials is important for patient safety. We use bootstrap-based simulation to assign an AE ...
[Read more...]

R-hub v2

April 10, 2024 | Posts on R-hub blog

After eight years, we are retiring the current version of R-hub, in favor of a better, faster, modern system. We call the new system R-hub v2. R-hub v2 runs R package checks on GitHub Actions. R-hub v2 works best if your R package is in a GitHub reposi... [Read more...]

Announcing vvdoctor Alpha Release

April 10, 2024 | VU Analytics

Announcing the Launch of vvdoctor: A Shiny App for Effortless Data Analysis vvdoctor We are excited to announce the launch of vvdoctor, a new R Shiny app (and package) that provides a user-friendly interface for statistical testing from dat...
[Read more...]

The Truth About Tidy Wrappers

April 9, 2024 | Art Steinmetz

These are the packages we will need for this analysis. library(tidyverse) library(data.table) library(dtplyr) library(duckdb) library(duckplyr) library(polars) library(tidypolars) library(arrow) library(tictoc) library(microbenchmark) library(gt) The Tidyverse I love the Tidyverse from Posit.co. The biggest evolution of the R language ecosystem ...
[Read more...]

Simple and Fast Visualization of Biodiversity Occurrence Data using GBIF and R Shiny

April 9, 2024 | Vinicius Bastazini

As an ecologist, being able to easily visualize biodiversity occurrence data is an essential need as this kind of data visualization provides critical insights into species distribution patterns and ecological requirements, which is essential for understanding biodiversity dynamics in space and time. Moreover,  for pragmatic reasons, fast and simple biodiversity ...
[Read more...]

PowerQuery Puzzle solved with R

April 9, 2024 | Numbers around us

#171–172PuzzlesAuthor: ExcelBIAll files (xlsx with puzzle and R with solution) for each and every puzzle are available on my Github. Enjoy.Puzzle #171Power Query puzzles are very often focused on transformation of tables in very different ways. And we ...
[Read more...]
1 2 3 4 5 2,089