Podcast
Questions and Answers
What is the primary use of R programming language?
What is the primary use of R programming language?
What is the significance of the matrix() function in R?
What is the significance of the matrix() function in R?
How can you access the element in the 2nd row and 3rd column of a matrix P?
How can you access the element in the 2nd row and 3rd column of a matrix P?
What is the department of the employee with emp_id 4?
What is the department of the employee with emp_id 4?
Signup and view all the answers
What is the purpose of the byrow argument in the matrix() function?
What is the purpose of the byrow argument in the matrix() function?
Signup and view all the answers
What is the type of the start_date column in the employee_data dataframe?
What is the type of the start_date column in the employee_data dataframe?
Signup and view all the answers
What is the difference between a matrix and an array in R?
What is the difference between a matrix and an array in R?
Signup and view all the answers
What is the purpose of the Pearson correlation test?
What is the purpose of the Pearson correlation test?
Signup and view all the answers
What is the output of the command print(P[2,])?
What is the output of the command print(P[2,])?
Signup and view all the answers
How many rows are in the employee_data dataframe after expansion?
How many rows are in the employee_data dataframe after expansion?
Signup and view all the answers
What is the name of the employee with emp_id 3?
What is the name of the employee with emp_id 3?
Signup and view all the answers
What is the dimension of the array created in the example?
What is the dimension of the array created in the example?
Signup and view all the answers
What is the output of print(result[3,2,2])
?
What is the output of print(result[3,2,2])
?
Signup and view all the answers
How are the columns and rows named in the matrix?
How are the columns and rows named in the matrix?
Signup and view all the answers
What is the data type of the object 'factor.data'?
What is the data type of the object 'factor.data'?
Signup and view all the answers
What is the purpose of a factor in R?
What is the purpose of a factor in R?
Signup and view all the answers
What is the structure of a data frame in R?
What is the structure of a data frame in R?
Signup and view all the answers
What type of relationship does the Pearson correlation coefficient measure?
What type of relationship does the Pearson correlation coefficient measure?
Signup and view all the answers
What is the assumption of the Spearman rho test?
What is the assumption of the Spearman rho test?
Signup and view all the answers
What is the purpose of the Shapiro test?
What is the purpose of the Shapiro test?
Signup and view all the answers
When would you use Kendall tau test?
When would you use Kendall tau test?
Signup and view all the answers
What is the graphical method to check for normality of distribution?
What is the graphical method to check for normality of distribution?
Signup and view all the answers
What is the condition to use Pearson correlation coefficient?
What is the condition to use Pearson correlation coefficient?
Signup and view all the answers