'names' attribute must be the same length as the vector

前端 未结 6 1914
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 19:00

Stuck on an error in R.

    Error in names(x) <- value : 
      \'names\' attribute must be the same length as the vector

What does thi

6条回答
  •  再見小時候
    2020-12-15 19:41

    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.

提交回复
热议问题