Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はR言語を使用するのが最も新しいです。ベクター内の出現回数が最大のアイテムを取得したい。したがって、次のようなベクトルがある場合: vec<-as.vector(c(1,2,3,1,4,1,2)). 1を取得したい。
vec<-as.vector(c(1,2,3,1,4,1,2))
ありがとう。