Authors
Tedy Barber 7
Document Latest
12.01.2022
I’m going to look at CDC. load("~/CSC530/Week 1/cdc.Rdata") str(cdc) ## 'data.frame': 20000 obs. of 9 variables: ## $ genhlth : Factor w/ 5 levels "excellent","very good",..: 3 3 3 3 2 2 2 2 3 3 ... ## $ exerany : num 0 0 1 1 0 1 1 0 0...
35 sym R (1691 sym/4 pcs)
22.10.2020
Synopsis Storms and other severe weather events can cause both public health and economic problems for communities and municipalities. Many severe events can result in fatalities, injuries, and property damage, and preventing such outcomes to the...
2708 sym R (9362 sym/26 pcs) 5 img
Emanuele Messori 7
Exploring the BRFSS data - main variables and smoking habit Latest
04.09.2020
Setup Load packages library(ggplot2) library(dplyr) library(ggmosaic) Load data load("brfss2013.RData") Part 1: Data Behavioural Risk Factor Surveillance System The BRFSS is a state-based survey started in 1984 by the Centers for Disease...
8238 sym R (5089 sym/35 pcs) 11 img
Terry 7
Manipulating Data Frames in R Latest
19.09.2018
Learn To Manipulate Data Frames Using The “mtcars” Dataset Task 1: Create a new column to find Displacement per Cylinder Create a new variable (DisplacementPerCylinder), to calculate the total displacement per cylinder in cubic inches for...
936 sym R (2948 sym/2 pcs)
Alexandros Paparas 7
Test Document Latest
19.03.2021
Data The atmos data set resides in the nasaweather package of the R programming language. It contains a collection of atmospheric variables measured between 1995 and 2000 on a grid of 576 coordinates in the western hemisphere. The data set comes...
2117 sym R (2067 sym/9 pcs) 2 img
Schools in Need | PassNYC Latest
06.02.2020
The overall goal of this notebook is to increase the diversity in Specialized High Schools. There are three ways to increase the number of students of historically underrepresented demographics in Specialized High Schools. 1. Increase in SHSAT...
14665 sym R (52702 sym/80 pcs) 29 img
Hao Wei 7
HaoWei_ANLY 505-51- B-2021/Late Summer Latest
02.08.2021
Chapter 3 - Sampling the Imaginary This chapter introduced the basic procedures for manipulating posterior distributions. Our fundamental tool is samples of parameter values drawn from the posterior distribution. These samples can be used to...
3094 sym R (1397 sym/16 pcs) 2 img
Homework Week 5 Latest
03.10.2022
Q3.7) 3.7 C) Mtest<-c("1","1","1","1","2","2","2","2","3","3","3","3","4","4","4","4") Tstr<-c(3129,3000,2865,2890,3200,3300,2975,3150,2800,2900,2985,3050,2600,2700,2600,2765) D1<-cbind(Mtest,Tstr) D1<-as.data.frame(D1)...
1613 sym R (4257 sym/24 pcs) 9 img
Theo Roe 7
R Conference Costs v2.0 Latest
25.01.2019
R conference Costs Last year we gave you a price break down of some of the most popular R conferences around the globe for 2017. We’re going to do it again for 2018. Remember, you can get up-to-date information on upcoming conferences via our...
1843 sym 2 img 1 tbl