1.

The corresponding R function for the PMF is __________(a) Trinom(b) Dbinorm(c) Dbinom(d) FnormThe question was posed to me in exam.This question is from Distribution in section Distributions, Graphics & Neural Networks of R Programming

Answer»

The correct option is (C) Dbinom

Easiest explanation: dnorm is the HEIGHT of the density of a normal curve while dbinom returns the PROBABILITY of an OUTCOME of a binomial DISTRIBUTION.



Discussion

No Comment Found

Related InterviewSolutions