LoginSignup
5
7

More than 5 years have passed since last update.

RでTRUEの数を数える関数はありませんか?

Posted at

条件に合うものの個数を数えたい場合があるのですが、
例えば、iris データの setosa の数を数えたいときに

R
length(which(iris[5] == "setosa"))

と書いているんですが、この length(which()) ができる一つの関数って無いんでしょうか?

5
7
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
7