Category: Uncategorized
-
Comparison of Results: – Central Tendency:Set #1 is centered around smaller values: mean = 4, median = 3, mode = 2, while Set #2 is centered around larger values: mean = 14, median = 13, mode = 12. This shows that Set #2 is a shifted version of Set #1, with all values about 10…
-
RStudio Results: Using the given dataset (I included the 19 that was in the instructions, but was not in the vector listed), I created the vector “assignment2.” Since this vector is numeric, I can use mathematical functions in R. I created the function “myMean” using the given instructions: myMean -> function(assignment2) {return(sum(assignment2)/length(assignment2))} -> sum(assignment2) adds…
-
Welcome to WordPress! This is your first post. Edit or delete it to take the first step in your blogging journey.
-
After reviewing first week lecture and materials, I am excited to continue working R! Last semester, I took an introductory to R course that I believe will be very helpful knowledge for this course. I also appreciate Professor’s incorporation of blogs into this class. Having a public forum to discuss and view other classmate’s work…