Question: Suppose I wanted to create another data vector and get the summary statistics for this variable. Here is the code I used no.credits c(14,12,15,13,17,15,15,10,9,13,16,20,12,12,16) summary(No.Credits

Suppose I wanted to create another data vector and get the summary statistics for this variable. Here is the code I used no.credits c(14,12,15,13,17,15,15,10,9,13,16,20,12,12,16) summary(No.Credits What two errors do you see in the two lines of code? Select the two errors descriptions. forgetting an closing paranthesis for the summary() function forgetting a comma using capitals in the summary() function when the data vector should be all lower case
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
