Re: [Rd] Computing minimal detectable differences for general ANOVA models

2008-11-22 Thread Duncan Temple Lang
Ali Baharev wrote: Dear Developers, For the attached (very simple) source package i get the following warnings: * checking foreign function calls ... WARNING Foreign function calls without 'PACKAGE' argument: .C(fpow, ...) See the chapter 'System and foreign language interfaces' of the

Re: [Rd] Computing minimal detectable differences for general ANOVA models

2008-11-22 Thread Ali Baharev
Many thanks! Otherwise did you find the source OK? Please note that i have not used R. I just did what i could understand from the manuals. Thanks, Ali __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Computing minimal detectable differences for general ANOVA models

2008-11-22 Thread Ali Baharev
Ooops, sorry. Just one more question. Do i have to make a binary package for Win32 and Mac OS X? Or is it done by some server side scripts? For Win32 it seems to me http://win-builder.r-project.org/ can build it for me. Sorry for the dumb questions. Ali

Re: [Rd] Computing minimal detectable differences for general ANOVA models

2008-11-22 Thread Gabor Grothendieck
They will be built for you. You only upload the .tar.gz file. See section 1.5 of the Writing Extensions manual. On Sat, Nov 22, 2008 at 5:35 PM, Ali Baharev [EMAIL PROTECTED] wrote: Ooops, sorry. Just one more question. Do i have to make a binary package for Win32 and Mac OS X? Or is it done

[Rd] Computing minimal detectable differences for general ANOVA models

2008-11-16 Thread Ali Baharev
Dear Developers, I would like to contribute to the R Project. I implemented a C function the can be used to calculate minimal detectable differences for general ANOVA models (sample size calculations, power analysis). A demo program and the source code is available from my website:

Re: [Rd] Computing minimal detectable differences for general ANOVA models

2008-11-16 Thread Prof Brian Ripley
On Sun, 16 Nov 2008, Ali Baharev wrote: Dear Developers, I would like to contribute to the R Project. I implemented a C function the can be used to calculate minimal detectable differences for general ANOVA models (sample size calculations, power analysis). A demo program and the source code

Re: [Rd] Computing minimal detectable differences for general ANOVA models

2008-11-16 Thread Duncan Temple Lang
Ali Baharev wrote: Dear Developers, I would like to contribute to the R Project. I implemented a C function the can be used to calculate minimal detectable differences for general ANOVA models (sample size calculations, power analysis). A demo program and the source code is available from