August 2019

How to Automate EDA with DataExplorer in R

August 13, 2019 | AbdulMajedRaja RS

EDA (Exploratory Data Analysis) is one of the key steps in any Data Science Project. The better the EDA is the better the Feature Engineering could be done. From Modelling to Communication, EDA has got much more hidden benefits that aren’t often emphasised while beginners start while teaching Data ...
[Read more...]

Basic Quantile Regression

August 12, 2019 | insightr

By Gabriel Vasconcelos Introduction Today we are going to talk about quantile regression. When we use the lm command in R we are fitting a linear regression using Ordinary Least Squares (OLS), which has the interpretation of a model for … Continue reading →
[Read more...]

New R Course: R for SAS Users

August 12, 2019 | R | Melinda Higgins, PhD

Do you know some SAS? Want to Learn R? If you have some experience with SAS and want to learn R, this is the course for you. R is FREE (cost) and OPEN (license) and is one of the fastest growing software languages for statistics and data science. Th... [Read more...]

New R Course: R for SAS Users

August 12, 2019 | R | Melinda Higgins, PhD

Do you know some SAS? Want to Learn R? If you have some experience with SAS and want to learn R, this is the course for you. R is FREE (cost) and OPEN (license) and is one of the fastest growing software languages for statistics and data science. Th... [Read more...]

New R Course: R for SAS Users

August 12, 2019 | R on Melinda Higgins, Ph.D

Do you know some SAS? Want to Learn R? If you have some experience with SAS and want to learn R, this is the course for you. R is FREE (cost) and OPEN (license) and is one of the fastest growing software languages for statistics and data science. This... [Read more...]

Explore longitudinal data with brolgar

August 12, 2019 | Blog on Credibly Curious

Let’s say we’ve managed to find an interesting dataset 1 on heights for given countries since 1550 (yup!): country year height_cm continent Afghanistan 1870 168.40 Asia Afghanistan 1880 165.69 Asia Afghanistan 1930 166.80 Asia Afghanistan 1990 167.10 Asia Afghanistan 2000 161.40 Asia Albania 1880 170.10 Europe We’ve got country, year, height (in centimetres), and continent. Neat! Now, let’s look ...
[Read more...]

{ggtext} for images as x-axis labels

August 12, 2019 | Jonathan Carroll

I’ve written a few times about using an image as an x-axis label, and the solutions have been slowly improving. This one blows all of them out of the water. Claus Wilke (@ClausWilke) now has a {ggtext} package which can very neatly add images as x-axis labels! This makes ...
[Read more...]

Local randomness in R

August 12, 2019 | QuestionFlow

One approach of using random number generation inside a function without affecting outer state of random generator. Prologue Let’s say we have a deterministic (non-random) problem for which one of the solutions involves randomness. One very common example of such problem is a function minimization on certain interval: it ... [Read more...]

Plumber Logging

August 12, 2019 | R Views

The plumber R package is used to expose R functions as API endpoints. Due to plumber’s incredible flexibility, most major API design decisions are left up to the developer. One important consideration to be made when developing APIs is how to log information about API requests and responses. This ...
[Read more...]

Synthesizing population time-series data from the USA Long Term Ecological Research Network

August 12, 2019 | rOpenSci - open tools for open science

Introduction The availability of large quantities of freely available data is revolutionizing the world of ecological research. Open data maximizes the opportunities to perform comparative analyses and meta-analyses. Such synthesis efforts will increasingly exploit “population data”, which we define here as time series of population abundance. Such population data plays ... [Read more...]

Can we use a neural network to generate Shiny code?

August 12, 2019 | Dominik Krzemiński

Many news reports scare us with machines taking over our jobs in the not too distant future. Common examples of take-over targets include professions like truck drivers, lawyers and accountants. In this article we will explore how far machines are from replacing us (R programmers) in writing Shiny code. Spoiler ...
[Read more...]

Vectors and Functions

August 12, 2019 | Han de Vries

In the previous set we started with arithmetic operations on vectors. We’ll take this a step further now, by practising functions to summarize, sort and round the elements of a vector. Sofar, the functions we have practised (log, sqrt, exp, sin, cos, and acos) always return a vector with ...
[Read more...]

tsbox 0.2: supporting additional time series classes

August 12, 2019 | usefulr

The tsbox package makes life with time series in R easier. It is built around a set of functions that convert time series of different classes to each other. They are frequency-agnostic, and allow the user to combine time series of multiple non-standard and irregular frequencies. A detailed overview of ...
[Read more...]

Visualization of Red Tide in the Gulf of Mexico

August 11, 2019 | Laura Elliott

The Red Tide Visualization App offers a quick, interactive snapshot of harmful algae blooms, or 'Red Tide,' observed in the Gulf of Mexico from 2000 to 2018.  This app allows the user to examine 6,000 algal blooms recorded by the National Oceanic and Atmosphereic Association's harmful algae bloom observation system and their ...
[Read more...]

objectremover RStudio Addin

August 11, 2019 | R on Alan Yeung

A Learning Exercise Workflow I created my first ever R package and got it released onto CRAN in March 2019. It’s taken me a while to get round to actually writing about this which tells me that despite many years of trying to overcome procrast... [Read more...]

R courses February 2020

August 11, 2019 | Bluecology blog

R courses February 2020 Our next series of R courses for professionals and graduate students is now open for registration. The courses include 1-day for absolute beginners, 3 days for intermediate material and 3 days for the advanced class. They are r... [Read more...]

objectremover RStudio Addin

August 11, 2019 | R on Alan Yeung

A Learning Exercise Workflow I created my first ever R package and got it released onto CRAN in March 2019. It’s taken me a while to get round to actually writing about this which tells me that despite many years of trying to overcome procrast... [Read more...]
1 7 8 9 10 11 14

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)