Browsing by Author "Lilja, David J"
Now showing 1 - 2 of 2
- Results Per Page
- Sort Options
Item How to Plot and Animate Data on Maps Using the R Programming Language(2021) Lilja, David JPlotting data on a map can be a powerful technique for visualizing geographical information. Animating that data -- that is, making it move -- can further enhance the understanding of the underlying data. This tutorial will teach you how to plot data on simple maps using ggplot2 (https://ggplot2.tidyverse.org/) and animate it using gganimate (https://gganimate.com/articles/gganimate.html). You also will learn how to use dplyr (https://dplyr.tidyverse.org/) to partition data into subsets and compute summary statistics of these subsets to be plotted onto a map.Item Linear Regression Using R: An Introduction to Data Modeling, 2nd Edition(University of Minnesota Libraries Publishing, 2022) Lilja, David J; Linse, Greta MLinear Regression Using R: An Introduction to Data Modeling, 2nd Edition presents one of the fundamental data modeling techniques in an informal tutorial style. Learn how to predict system outputs from measured data using a detailed step-by-step process to develop, train, and test reliable regression models. Key modeling and programming concepts are intuitively described using the R programming language. All of the necessary resources are freely available online.