Matrix Completion 1

Sign in to test your solution.
X <- data.matrix(scale(USArrests)) pcob <- prcomp(X) sX <- svd(X)