Exam (elaborations)
MISY262 Final exam review 2024
- Course
- Institution
MISY262 Final exam review 2024 How would you sort the elements of list w in ascending order? ** Answ** w = sort(w) What is the code to calculate the correlation between lists a=c(1,2,3,4,5) and b=c(6,7,8,9,18)? ** Answ** cor(a,b)
[Show more]