Authors
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
Marc in the box 49
R functions for Earth geographic coordinate calculations Latest
29.05.2011
Here are some functions that I regularly use for geographic data (e.g. binning, filtering, calculation of new positions etc.).#distance in kilometers between two long/lat positions (from "fossil" package) earth.dist <- function (long1, lat1,...
518 sym R (1737 sym/4 pcs) 2 img
Matt Asher 49
R: more plotting fun, this time with the Poisson Latest
21.04.2010
Click on image for a larger version. Here is the code: Related To leave a comment for the author, please follow the link and comment on their blog: Statistics Blog » r. R-bloggers.com offers daily e-mail updates about R news and tutorials...
459 sym 2 img
田中 鮎夢 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
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)
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
Day 21 of R Latest
13.03.2023
Day 21 of R practice: msleep %>% select(vore,name,contains('sleep'),contains('wt'))%>% na.omit() %>% ggplot(aes(x=brainwt,y=sleep_total,color=vore,shape=vore,size=.1))+ geom_point()+labs(x='Brainweight',y='Hours of...
27 sym 1 img
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
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
GTEx -- EAF Latest
26.04.2020
Author: Charleen D. Adams Abbreviations and definitions Gene-Tissue Expression (GTex) Project – database of tissue-specific gene expression and SNPs associated with gene expression Ribosomal protein (RP) expression quantitative trait loci...
3458 sym R (2580 sym/16 pcs) 1 img