So I run PCA on my data and always find this error: Error in svd(x, nu = 0) : infinite or missing values in 'x'
I've removed the NAs, removed the duplicated rows, but I still get the error
log.neur <- log(neur[, 2:65])
neu.pca <- prcomp(log.neur,
center = TRUE,
scale. = TRUE)
Error in svd(x, nu = 0) : infinite or missing values in 'x'