Displaying 4 results from an estimated 4 matches for "_available_".
Did you mean:
_available
2000 May 03
2
GLM available book recommendation
Howdy,
I looked at the references in the R and S-Plus literature to find a
good introduction/reference to GLM. When I then went to Amazon it
seemed to me that all the recommended books are out of print.
Can anyone give me a recommendation which _available_ book to get?
--Ragnar
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:...
2010 Aug 18
2
Yet another memory limit problem
Dear List,
I have read and read and still don't get why I am getting a memory issue.? I am
using a Samsung PC running Windows 7.? I have set memory in the target field:
?"C:\Program Files (x86)\R\R-2.11.1\bin\Rgui.exe" --max-mem-size=3G
But when I try a simple plot I get:
>?? plot(mydat$Date,mydat$Time)
Error: cannot allocate vector of size 831.3 Mb
> memory.size()
[1]
2005 Nov 14
1
open source and R
Here comes a not-so-nice one: Sorry to be blunt, but I think the current
reality is that one's effectiveness in scientific computing is not likely to
be high if s/he can't read C for Fortran code.
The mode of development for new methods, I believe, should be:
- Write it in R (or S-PLUS or Matlab or ...) because one can usually do that
quite quickly.
- Check and make sure the code
2007 Jan 17
8
can i force a favicon.ico ?
lo there all,
i am running two websites on one server. Both use the same code and both
domains point to the same public folder. I use different logos by using
a session variable called session[:domain] that i find with
env_table[''HTTP_HOST'']
so anyway, both need a different icon to go in the bookmarks and url, i
know this is done with a favicon.ico, but can i force the server