Page 1 of 1

Consider the following 5 by 6 matrix named A: > A Write a single line of code in R using the apply function to calculate

Posted: Sat May 14, 2022 7:36 pm
by answerhappygod
Consider the following 5 by 6 matrix named A:
> A
Write a single line of code in R using the apply function to
calculate the variance of each
column.