Displaying 7 results from an estimated 7 matches for "rhydwyn".
Did you mean:
rhydian
2017 Nov 01
3
beta binomial distribution installation
...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 package here:
> www.bioconductor.org/install
>
> Good luck.
>
> Cheers,
> Rhydwyn
>
> -----Or...
2017 Nov 01
0
beta binomial distribution installation
...e commands I used (which I mentioned at the beginning of the email did not work and gave errors). I appreciate your help since I am a new user of R.
Amany
________________________________
From: Eric Berger <ericjberger at gmail.com>
Sent: Wednesday, November 1, 2017 2:42 AM
To: MCGUIRE, Rhydwyn
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 (pbe...
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 binomial distribution installation
Hello,
I tried to install package TailRank using the com...
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
2012 Mar 28
1
binomial sample size calculation
Hi everyone.
I need to do a sample size calculation for a one sample based on a CI interval of +- 5% of the proportion, we expect to have a rate of 0.07 based on similar studies. I have looked at the pwr-package as well as the power.prop.test function, but I can't see how to make either do what I need. Could anyone point me to a function, or explain how to do this will the functions in pwr?
2012 Apr 17
2
Installing Kendall Package
I know this is a dumb question but I'm pulling out what little hair I have
left. I download the package and got the following:
trying URL '
http://ftp.ussg.iu.edu/CRAN/bin/windows/contrib/2.14/Kendall_2.2.zip'
Content type 'application/zip' length 52732 bytes (51 Kb)
opened URL
downloaded 51 Kb
package ‘Kendall’ successfully unpacked and MD5 sums checked
The downloaded
2012 Aug 29
4
Use or ??
Hi, My data frame looks like
A B C
a b a
x y z
I want to add a new column which says "y" if either A or B matches with C and "n" if there is no match. How can I do that?
Thanks
[[alternative HTML version deleted]]