September 2021

Getting Started With R

September 21, 2021 | udayan

R is an interpreted programming language. It also allows you to carry out modular programming with the help of functions. It is widely used to analyze statistical information as well as graphical representation. R allows you to integrate with progr... [Read more...]

Creando Tu R-universe

September 20, 2021 | rOpenSci - open tools for open science

This is a cross-post from Yanina Bellini Saibene’s blog, originally published July 17th 2021 Durante useR! 2021 Jeroen Ooms presentó el proyecto universo R en su keynote. Comentó sobre el proyecto, los casos de uso y repasó las instrucciones para crear tu propio universo-r. En este post the explico como crear ... [Read more...]

ARIMA Method from {fable}: The Election is Coming for Turkey?

September 20, 2021 | Selcuk Disci

Nowadays, every journalist and intellectual talks about a probable early election in Turkey’s ongoing poor economic conditions. But, is it politically right decision to go early election before the officially announced 23 June 2023 in terms of ruling parties? In order to answer this question, we have to choose some variables ...
[Read more...]

How to Change Legend Position in ggplot2

September 20, 2021 | finnstats »

Change Legend Position in ggplot2, When a shape feature is mapped to a variable in the aes() component of the ggplot() call, ggplot2 will automatically construct a legend for your chart. Approach1: Legend outside Plot It is possible to put the l...
[Read more...]

{emayili} R Markdown Parameters

September 19, 2021 | R - datawookie

I don’t frequently use parameters in R Markdown documents. So the initial implementation of render() in {emayili} did not cater for them. A small tweak makes it possible though. You can install the update from GitHub as follows. remotes::install_github("datawookie/emayili", ref = "v0.5.2") Then load the package. ...
[Read more...]

Draw a trend line using ggplot-Quick Guide

September 19, 2021 | finnstats

Draw a trend line using ggplot, Technical analysts utilize the trendline as one of their most significant tools. A trendline aids technical analysts in determining the data set direction. The post Draw a trend line using ggplot-Quick Guide appeared first on finnstats.
[Read more...]

Machine Learning : Workflow

September 19, 2021 | sang-heon lee

This post gives a brief introduction to a workflow of machine learning model and mostly used R packages before diving into the details. Given a problem to be solved, all machine learning (ML) models use the same input but different output. It is, ...
[Read more...]

Notes on ‘Deep Work’

September 18, 2021 | Posts | Joshua Cook

I have finally read the book Deep Work where he describes the reasons and methods for focussing on maximizing “deep” work over “shallow” work. From the popularity of this book and my own experience with some of the strategies ex... [Read more...]

How to Change Background Color in ggplot2

September 17, 2021 | finnstats »

When you change the background colors in ggplot, it will be more visually pleasing and attract more attention than the default ones. p + theme(panel.background = element_rect(fill = 'white', color = 'blue'), panel.grid.major = element_line(color = ...
[Read more...]
1 4 5 6 7 8 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)