المشاركات

Kruskal Wallis test in R-One-way ANOVA Alternative

صورة
Kruskal Wallis test in R, Kruskal Wallis test is one of the frequently used methods in nonparametric statistics for analyzing data in one-way classification. It is equivalent to a one-way analysis of variance in parametric methods. When we test the identicalness of the k population from which the independent samples ... The post Kruskal Wallis test in R-One-way ANOVA Alternative first appeared on R-bloggers. http://dlvr.it/S1Chzk

Simple tricks for Debugging Pipes (within magrittr, base R or ggplot2)

صورة
You know it, I’m sure: You are developing a data transformation using lots of pipes. Then you need to remove one or more lines. You do this using comments. So far so good. But if it’s the last line you want to remove a simple comment will produce ... The post Simple tricks for Debugging Pipes (within magrittr, base R or ggplot2) first appeared on R-bloggers. http://dlvr.it/S1Chx4

Tidymodels on UbiOps

صورة
I’ve been working with UbiOps lately, a service that runs your data science models as a service. They have recently started supporting R next to python! So let’s see if we can deploy a tidymodels model to UbiOps! I am not going to tell you a lot about ... The post Tidymodels on UbiOps first appeared on R-bloggers. http://dlvr.it/S1ChtH

The evolution of squad compositions at UEFA European Championships

صورة
I have been playing around with rvest once again, and decided to extend some old code to put together a data base on the squads at past European Championships from Wikipedia. I wanted to use the chordDiagram() function in the circlize package in R to illustrate the links between the ... The post The evolution of squad compositions at UEFA European Championships first appeared on R-bloggers. http://dlvr.it/S191TS

Hierarchical forecasting of hospital admissions- EDA part 2

صورة
Introduction The aim of this series of blog is to predict monthly admissions to Singapore public acute adult hospitals. The dataset starts from Jan 2016 and ends in Feb 2021. library(tidyverse) library(timetk) library(fpp3) # cleaned up dataset d... The post Hierarchical forecasting of hospital admissions- EDA part 2 first appeared on R-bloggers. http://dlvr.it/S191TH

Knowledge distillation with R and tensorflow

صورة
knitr::opts_chunk$set(echo = TRUE) Welcome Hi everyone ! Welcome to my blog. Here I will just share some tutorials around things that were complicated for me, and for which others R users could be interested. Not surprisingly, lot of this tutorials will involve tensorflow or other deep learning things. Sometimes things are possible in ... The post Knowledge distillation with R and tensorflow first appeared on R-bloggers. http://dlvr.it/S191Qv

Cluster Meaning-Cluster or area sampling in a nutshell

Cluster Meaning, In most situations, the sampling frame for elementary units of the population is not available, moreover, it is not easy to prepare... The post Cluster Meaning-Cluster or area sampling in a nutshell appeared first on finnstats. The post Cluster Meaning-Cluster or area sampling in a nutshell first appeared on R-bloggers. http://dlvr.it/S16JfB