Authors

Laura Ellis 49

Predictive Analytics Tutorial: Part 1 Latest

02.11.2017

 Tutorial 1:  Define the Problem and Set UpTutorial 2: Exploratory Data Analysis (EDA)Tutorial 3: TransformTutorial 4:  Model, Assess and ImplementSteps to Predictive Analytics ModellingAs you may have seen from my previous blog,...

9805 sym R (217 sym/7 pcs) 26 img

Isaac H. Michaels, MPH 49

New York State Health Facility Maps Latest

16.12.2019

All Facilities Maps Prepared By: Isaac H. Michaels, MPH Death Source: Health Data NY Facilities Stratified by Type Maps Prepared By: Isaac H. Michaels, MPH Death Source: Health Data NY...

205 sym 2 img

Luis Anunciacao 49

Projeto - Estratégias TDR Latest

23.11.2019

Método Análise estatística de dados As análises estatísticas foram realizadas sucessivamente. Inicialmente, a base foi investigada em busca de inconsistências ou erros. Um relatório anexo é inserido com o resultado detalhado. Em seguida,...

10971 sym R (12335 sym/12 pcs) 19 img 5 tbl

my first try Latest

24.11.2021

...

6 sym

AbdulMajedRaja RS 49

How to do negation-proof sentiment analysis in R Latest

28.07.2019

Sentiment Analysis is one of those things in Machine learning which is still getting improvement with the rise of Deep Learning based NLP solutions. There are many things like Sarcasm, Negations and similar items make Sentiment Analysis a rather...

2789 sym R (667 sym/5 pcs)

pretty plots 1 Latest

14.09.2020

notebook setup Below, we load the two libraries used to make our plots. Make sure to un-comment and install these if you do not already have them. We then create a saved variable with a list of ggplot variables. These are cosmetic features that...

1942 sym R (7002 sym/3 pcs) 2 img

Gagan Atreya 49

Russia-Hungary Latest

31.10.2020

Load R session/Import Libraries: ## Clear R environment: rm(list=ls()) ## Import necessary libraries: library(data.table) library(psych) library(scales) library(vtable) library(stargazer) library(weights) library(survey) library(tidyverse)...

3595 sym R (5971 sym/29 pcs) 5 img

Greg Buck 49

Document Latest

02.06.2020

Overview This document covers output from five regression models run against four major age classes in this river. The regression models are: Sibling log(Sibling) LogY(Sibling) LnR vs. LnR Ricker The first three forecast models are based on...

1957 sym 38 img 20 tbl

Anastasia Bernat 49

R Markdown Practice 1 Latest

27.01.2020

Lesson 1 | 17 Jan 2020 This lesson’s goal. To learn how to perform data analysis for morphology data in R. What is RStudio and R Markdown? R is a language and environment for statistical computing and graphics. R Markdown is a file format for...

5232 sym R (5161 sym/17 pcs) 4 img 1 tbl

田中 鮎夢 49

gravity_explanation Latest

22.01.2024

1. 貿易データ gravity.xlsx データには、2005 年の 1年間の世界の2国間の貿易額が収録されている。 Rでデータを読み込む。 library(readxl) gravity <- read_excel("gravity.xlsx") head(gravity) ## # A tibble: 6 ×...

2285 sym R (6247 sym/20 pcs) 2 tbl