我使用以下代码:
combined_files_dropped <- combined_files[c(2,3,9,10,16,18,21:23,27,28,30,34:38,41,49,55:57,59)]
combined_files2_dropped <- combined_files2[c(2,3,10,11,18,20,23,24,28,41:43,46,47,51:53,55)]
combined_files3_dropped <- combined_files3[c(2,3,10,11,17,19,24:34,38,40:44)]
str(combined_files_dropped)
str(combined_files2_dropped)
str(combined_files2_dropped)
str(combined_files_dropped)是唯一一个显示删除值的人。 str(combined_files2_dropped)和str(combined_files2_dropped)没有。我确定为什么会这样或者如何解决这个问题。