Publications by J. Kavanagh
Using the SGL with R - Part 1
Using the SGl Database in R - Part 1 J. Kavanagh 2023-02-25 R Markdown This is an R Markdown presentation. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. All the code used to create this lesson plan is available as a document here. Cre...
3579 sym
Irish Geography - Article - R Programming for Maps
Import the Lookup Tables First import the two .csv files, the first is a lookup table that shows the boundaries of the IRA brigades linked to townlands. The second file is a list of unit totals for the battalions within each of the IRA brigades outlined in the article. # Import the lookup tables read.csv('IRA_Lookup_1921-2_td.csv', stri...
658 sym Python (21439 sym/70 pcs) 2 img
Autumn School - Day 1
Autumn School - Day 1 Introduction to R - NUIM - MA in Business Analytics Dr. J. Kavanagh 2022-09-12 Introduction This lecture is designed to show you the potential for using R for spatial analysis when applied to historical questions. You must have the following installed on your computer before we begin. R RStudio Open RStudio, in the cons...
7348 sym 2 img
Autumn School - Day 2
Autumn School - Day 2 Dr. J. Kavanagh 2022-09-12 Exploring Time Series Data We are going to use the Rainfall.RData package for this session. load('rainfall.RData') This data is a collection of rainfall levels captured across Ireland from 1850-2014. The data is in two parts: stations and rain. This a truncated version of a longer lesson plan fr...
2824 sym Python (6216 sym/43 pcs) 3 img
French Registers - Initial Data Analysis
Importing & Tidying the Data To import the data, please run the following code on the three csv files from the database read.csv('baptisms.csv', stringsAsFactors = F, na.strings= c("NA", " ", "")) -> baptisms read.csv('burials.csv', stringsAsFactors = F, na.strings= c("NA", " ", "")) -> burials read.csv('marriages.csv', stringsAsFactors = F, na.s...
2185 sym R (21469 sym/68 pcs) 5 img 3 tbl
HY694 - Using ICT to interpret and present historical evidence (part 2)
11/8/2021 R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. Introduction This lecture is designed to show you the potential for using R for spatial analysis when applied to historical questions. Y...
1192 sym R (6250 sym/8 pcs)