Displaying 4 results from an estimated 4 matches for "bexpful".
Did you mean:
  bexpfull
  
2006 Oct 31
1
Compiling R packages on Ubuntu
I am unable to compile R packages from source on Ubuntu
dapper/edgy. Does anybody have an experience?
When I do install.packages("nlme",depend=TRUE), I get following error messages. Can someone help?
I get similar messages for any package I try to compile.
VR
-------------
* Installing *source* package 'nlme' ...
** libs
gcc -I/usr/share/R/include -I/usr/share/R/include   
2008 Jun 03
1
nlm behaviour and error
Hi R-Gurus, 
I've been cutting along quite nicely with nlm, until
I threw in the following condition in the function that nlm is
minimising:
    if (((term*bexp) < 0.0001)) {
       #warning(term*bexp, "=term*bexp",psi,"=psi")	
       theta<-2000
    }
Now when I run this function anywhere else, there is no problem, whether
or the if's condition is met.
When
2008 Sep 16
0
FW: odesolve dynload example
HI R Gurus,
> This is my first foray into using c-code with R, so ...
> I had a look at the archives and did not find anything on this, so
> hopefully I am not doubling up.
> 
I have previously used the following approach where I needed some very
small numbers/large (using Brobdingnag):
surfacewithdiff <- function(t, y, p)
  {
    const=p["const"]
    kay
2008 Sep 16
0
lsoda( linking to GMP for big numbers from C code)
Hi R used with C-code experts,
I had a look at the archives and did not find anything on this, so 
hopefully I am not doubling up.
 
I have previously used the following approach where I needed some very
small/large numbers (using Brobdingnag):
surfacewithdiff <- function(t, y, p)
  {
    const=p["const"]
    kay =p["kay"]
    psii=p["psii"]