[Rd] Invalid permissions

2007-10-25 Thread miguez
Hi, I'm new to using complied code in R. I'm having a problem that might require further details but I think all I need is for someone to point me in the right direction. I wrote a C function which works fine if I load the shared object in the usual way using dyn.load("myfun.so"). However, if

[Rd] Splitting up the micEcon package?

2007-10-25 Thread Arne Henningsen
Dear R Developers: The functions of our micEcon package can be subdivided into 3 categories: - microeconomic demand and firm models - sample selection models (mainly selection()) - routines for (likelihood) maximization (e.g. maxLik(), maxNR(), maxBHHH()) (mainly used for ML estimation of sampl

Re: [Rd] help

2007-10-25 Thread Martin Maechler
> "eo" == ezeh osita <[EMAIL PROTECTED]> > on Thu, 25 Oct 2007 03:22:29 -0700 (PDT) writes: eo> hello, please can anyone help me out. Am a new user of R eo> program. Am having problem with this code below, not eo> getting the expected results. Welcome to the masses (of R u

Re: [Rd] meaning of "trim" in mean()

2007-10-25 Thread Peter Dalgaard
Liaw, Andy wrote: > (I see this in both R-patched r43124 and R-devel r43233.) > In the Argument section of ?mean: > > trim the fraction (0 to 0.5) of observations to be trimmed from each > end of x before the mean is computed. Values outside that range are > taken as the nearest endpoint. > >

[Rd] meaning of "trim" in mean()

2007-10-25 Thread Liaw, Andy
(I see this in both R-patched r43124 and R-devel r43233.) In the Argument section of ?mean: trim the fraction (0 to 0.5) of observations to be trimmed from each end of x before the mean is computed. Values outside that range are taken as the nearest endpoint. Then in the Value section: If

Re: [Rd] R trunk (2.7) build fails with -fpic, needs -fPIC (PR#10372)

2007-10-25 Thread Andrew Piskorski
On Thu, Oct 25, 2007 at 08:47:53AM +0200, Peter Dalgaard wrote: > Also, make sure that your sources are clean (as in make distclean or > fresh svn checkout) so that you are not mixing modules built with > different compiler options. I did a 'make clean distclean', 'svn up', removed my changes to

[Rd] help

2007-10-25 Thread ezeh osita
hello, please can anyone help me out. Am a new user of R program. Am having problem with this code below, not getting the expected results. 1. Each m, the cumulative sum should be 1.000 but the 2nd and 3rd m returned 2.000 and 3.000 instead of 1.000. 2. to get the LCL(m) and UCL(m) for each m