- Study guides, Class notes & Summaries
Looking for the best study guides, study notes and summaries about ? On this page you'll find 1 study documents about .
All 1 results
Sort by:
-
Exam (elaborations)
MGSC 291 Exam 1 University of South Carolina Answers
-
---14November 20242024/2025A+
- MGSC 291 Exam 1 University of South Carolina Answers 
 
 
putting in a dataset - Answersdata<-c(81,85,93,93,99,76,75,84,78,84,81,82,89,81,96,82,74,70,84,86,80,70,131,75,88,102,115,89,82,79,106) 
 
length(data) - Answerstells you how may entries are in your vector 
 
sort(data) - Answersputs data smallest to largest 
 
summary(data) - Answersreturns the five number summary and the sample mean 
 
mean(data) 
sd(data) 
sum(data) - Answerssample mean 
sample standard deviation 
adds all the eleme...
-
$8.99 More Info
Themoon