Stuck on an error in R.
Error in names(x) <- value : \'names\' attribute must be the same length as the vector
What does thi
I have seen such error and i solved it. You may have missing values in your data set. Number of observations in every column must also be the same.