Posts

Showing posts from January, 2025

Module 2 Assignment

Image
 GitHub Repository:  https://github.com/christilly/LIS-6371-USF   Code for this assignment can be found in repository under "module2.R"     I successfully tested this function on RStudio and determined that it worked correctly as shown on this image:     This function works because it has all of the required components of a function including the name, function, and argument. Additionally, the function correctly calculates mean by dividing the sum of the vector over the number of items in the vector. However, the in-built "mean" function in R can accomplish the same task by using less code. This is shown below:     I did not encounter any problems this week. 

Module 1 Assignment

Image
Module 1 Blog  GitHub Repository:  https://github.com/christilly/LIS-6371-USF       I was able to download R console and R Studio onto my laptop successfully. I did not encounter any problems. I was also able to successfully create a GitHub account and create a new repository for this class. Weekly readings: Ratloff Chapters 1-2 (what is vector etc) Wickham 1-2  Gordon et.al.Chapter 1-2