Displaying 5 results from an estimated 5 matches for "pbetabinom".
Did you mean:
rbetabinom
2017 Oct 07
1
beta binomial distribution
...here alpha and beta are unknown and need to
find them.
CDF of betabinomial(2,10,alpha,beta) <0.3<=CDF of
betabinomial(3,10,alpha,beta)
and
CDF of betabinomial(5,10,alpha,beta) <0.8<=CDF of
betabinomial(6,10,alpha,beta)
How I can do that using r studio package?
I tried to do that using pbetabinom but it gives error and could not
discover this function? How I can define this distribution in r studio?
Thank you,
Akram
[[alternative HTML version deleted]]
2017 Nov 01
3
beta binomial distribution installation
Hi,
I did a quick search for other packages that provide the beta binomial
distribution and found "rmutil".
> install.packages("rmutil")
The package has the CDF (pbetabinom) and inverse CDF (qbetabinom) among
other functions.
HTH,
Eric
On Wed, Nov 1, 2017 at 7:50 AM, MCGUIRE, Rhydwyn <
rmcgu at doh.health.nsw.gov.au> wrote:
> Hi there,
>
> It looks like you also need the bioconductor package biobase, I found
> instructions for downloading that p...
2017 Nov 01
0
beta binomial distribution installation
...wyn
Cc: Amany Abdel-Karim; R-help at stat.math.ethz.ch
Subject: Re: [R] beta binomial distribution installation
Hi,
I did a quick search for other packages that provide the beta binomial distribution and found "rmutil".
> install.packages("rmutil")
The package has the CDF (pbetabinom) and inverse CDF (qbetabinom) among other functions.
HTH,
Eric
On Wed, Nov 1, 2017 at 7:50 AM, MCGUIRE, Rhydwyn <rmcgu at doh.health.nsw.gov.au<mailto:rmcgu at doh.health.nsw.gov.au>> wrote:
Hi there,
It looks like you also need the bioconductor package biobase, I found instruction...
2017 Nov 01
0
beta binomial distribution installation
Hi there,
It looks like you also need the bioconductor package biobase, I found instructions for downloading that package here: www.bioconductor.org/install
Good luck.
Cheers,
Rhydwyn
-----Original Message-----
From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Amany Abdel-Karim
Sent: Wednesday, 1 November 2017 2:13 PM
To: R-help at stat.math.ethz.ch
Subject: [R] beta
2017 Nov 01
2
beta binomial distribution installation
Hello,
I tried to install package ?TailRank? using the command install.packages (RankTail) and library (TailRank) but I got the following errors. So, how can I install TaiRank in Rstudio to have se beta-binomial distribution, CDF and inverse CDG of beta-binomal?
The commands I used are:
> install.packages("TailRank")
Installing package into