Authors

EliteBook 48

U1A1 Latest

02.09.2020

#Primer script de la calse de probabilidad y estadistica #Para ingenieria en software #26/08/2020 #Santana Celaya Alec Demian #Establecer folder de trabajo setwd("~/Probabilidad Y Estadistica") #Cargar tidyverse library(tidyverse) ## --...

6 sym R (871 sym/5 pcs) 1 img

rstats | Julia Silge 48

Modeling #TidyTuesday GDPR violations with tidymodels Latest

21.04.2020

This is an exciting week for us on the tidymodels team; we launched tidymodels.org, a new central location with resources and documentation for tidymodels packages. There is a TON to explore and learn there! ???? You can check out the official...

3885 sym R (10341 sym/11 pcs) 6 img 1 tbl

Xianjun Dong 48

Density curve of histogram plot in R Latest

01.09.2011

Ref: http://casoilresource.lawr.ucdavis.edu/drupal/book/export/html/23 To add density curve on a histogram, like the green curve above, use code below:#plot the distributionhist(slope, breaks=1000, freq=F, main=main, xlab=”Slope Value...

644 sym 2 img 1 tbl

Paul Regier 48

Problem Solving Course Notes Latest

07.07.2020

1 Preliminaries These are my course notes. They are available in html (and pdf on request). If you are interested in learning a little programming for working on problems in this course, you may download the following software: Download and...

21793 sym R (423 sym/24 pcs) 10 tbl

Marley Myrianthopoulos 48

Bridge Course 1st Weekly Meeting Latest

12.07.2023

Hi, I’m Marley This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document...

601 sym 1 img

Stacked Barcharts in GGPLOT Latest

27.01.2021

youtube video link with explanations for these examples https://youtu.be/RPwJ6ExwPbg Following packages are being used in this example library(ggplot2) library(ggthemes) library(scales) library(dplyr) First basic plot # We will use a dataset...

775 sym R (2454 sym/9 pcs) 6 img

Posts | Joshua Cook 48

Photo Zoom Animator in iOS Latest

13.08.2019

This was an experimental iOS app explaining how to make a custom interactive transition (to use in my PlantTracker app). The goal was to replicate the transition used in the native phone app. I did my best to document the process here. Final...

20563 sym Python (14254 sym/40 pcs) 6 img

Randy Zwitch 48

Learning R has really made me appreciate SAS Latest

25.07.2012

For the past 18 months, it seems like all I’ve heard about in the digital marketing industry is “big data”, and with that, mentions of using Hadoop and R to solve these sorts of problems.  Why are these tools the most often mentioned? ...

5560 sym

Tutorial: Data Analysis and Regression in R Latest

26.07.2023

Introduction In this R Markdown document, we will perform data analysis and regression on a dataset using various R packages and visualization techniques. The dataset, “dataoutliers.csv,” contains information related to insurance charges....

1738 sym Python (6572 sym/44 pcs) 15 img

REED WILSON 47

Week 2: Best Practices 1 Latest

06.09.2022

Chapter 1 It’s Not Just about Forecasting The following are the key points in the chapter. Elaborate on each point in at least 30 words. Understanding economics can help you to diagnose the causes of increases or decreases in sales volumes and...

2211 sym