Sounds uncomfortably close to a statistical or philosophical question. Does a 
reminder that the "p" in "pbinom" means "cumulative probability" help?

q <- seq( -1, 2, 0.001 )
p <- pbinom( q, 1, 0.4 )
plot( q, p, type = "l" )


On June 30, 2022 6:08:42 AM PDT, Christofer Bogaso 
<bogaso.christo...@gmail.com> wrote:
>Hi,
>
>I have the below output.
>
>> pbinom(0.10, 1, 0.40)
>
>[1] 0.6
>
>I am curious what it means to serve a fraction as the first argument
>in pbinom()?
>
>Thanks for your time
>
>______________________________________________
>R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
>and provide commented, minimal, self-contained, reproducible code.

-- 
Sent from my phone. Please excuse my brevity.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to