Publications by Jeffrey Kinneer
A10 Bonus
#Assignment 10. library(sf) ## Warning: package 'sf' was built under R version 3.6.3 ## Linking to GEOS 3.6.1, GDAL 2.2.3, PROJ 4.9.3 library(rgdal) ## Warning: package 'rgdal' was built under R version 3.6.3 ## Loading required package: sp ## Warning: package 'sp' was built under R version 3.6.3 ## rgdal: version: 1.4-8, (SVN revision 845) ## ...
1236 sym R (3307 sym/27 pcs) 3 img
A5 Results Jeffrey Kinneer
http://rpubs.com/jak0053/579421 #Setup We begin this assignment by adding the data from midwest in the ggplot2 package. We attach the data to add the column fields into the catalog. library(ggplot2) View(midwest) attach(midwest) #Graph 1 Create a histogram of the percent of the population below poverty (“percbelowpoverty”) using a binwidth ...
9610 sym R (2491 sym/29 pcs) 19 img
A6 Results Jeffrey Kinneer
http://rpubs.com/jak0053/581908 #Setup Graph 1 library(dplyr) ## Warning: package 'dplyr' was built under R version 3.6.3 ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union li...
163 sym R (6283 sym/19 pcs) 6 img
A9_Jeffrey_Kinneer
#Assignment 9 #Set up library(tmap) ## Warning: package 'tmap' was built under R version 3.6.3 library(tmaptools) ## Warning: package 'tmaptools' was built under R version 3.6.3 library(rgdal) ## Warning: package 'rgdal' was built under R version 3.6.3 ## Loading required package: sp ## Warning: package 'sp' was built under R version 3.6.3 ## rgd...
244 sym R (11925 sym/55 pcs) 2 img
A4
Setup: Begin by downloading the 3 files and attaching the data to the console. matts_movies <- read.csv("~/Geog. 457/Summary_and_Stats/Summary_and_Stats/matts_movies.csv") View(matts_movies) mine_classification_with_lidar <- read.csv("~/Geog. 457/Summary_and_Stats/Summary_and_Stats/mine_classification_with_lidar.csv", header=TRUE) View(...
4095 sym R (48565 sym/46 pcs) 1 img
A8_Jeffrey_Kinneer
library(sf) ## Warning: package 'sf' was built under R version 3.6.3 ## Linking to GEOS 3.6.1, GDAL 2.2.3, PROJ 4.9.3 library(leaflet) ## Warning: package 'leaflet' was built under R version 3.6.3 library(leaflet.extras) ## Warning: package 'leaflet.extras' was built under R version 3.6.3 library(leaflet.esri) ## Warning: package 'leaflet.esri' w...
30 sym R (2674 sym/23 pcs)
A15
###Assignment 15. library(randomForest) ## Warning: package 'randomForest' was built under R version 3.6.3 ## randomForest 4.6-14 ## Type rfNews() to see new features/changes/bug fixes. library(pROC) ## Warning: package 'pROC' was built under R version 3.6.3 ## Type 'citation("pROC")' for a citation. ## ## Attaching package: 'pROC' ## The follo...
1901 sym R (6071 sym/77 pcs) 4 img
A14
###Assignment 14. #Part 1: Classification of Wines library(randomForest) ## Warning: package 'randomForest' was built under R version 3.6.3 ## randomForest 4.6-14 ## Type rfNews() to see new features/changes/bug fixes. library(pROC) ## Warning: package 'pROC' was built under R version 3.6.3 ## Type 'citation("pROC")' for a citation. ## ## Attac...
1760 sym R (22961 sym/99 pcs)
A11
library(ggplot2) ## Warning: package 'ggplot2' was built under R version 3.6.3 library(dplyr) ## Warning: package 'dplyr' was built under R version 3.6.3 ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## inters...
98 sym R (1873 sym/23 pcs) 5 img
A13
###Assignment 13. library(randomForest) ## Warning: package 'randomForest' was built under R version 3.6.3 ## randomForest 4.6-14 ## Type rfNews() to see new features/changes/bug fixes. library(pROC) ## Warning: package 'pROC' was built under R version 3.6.3 ## Type 'citation("pROC")' for a citation. ## ## Attaching package: 'pROC' ## The follo...
1490 sym R (19930 sym/122 pcs) 11 img