Displaying 20 results from an estimated 30000 matches similar to: "Memory Problem???"
2006 Jul 19
3
illegal operation in debian (PR#9086)
Full_Name: Agustin Perez
Version: 2.3.1
OS: Debian 2.6.8-11-amd64-generic
Submission from: (NULL) (193.147.142.6)
First of all excuses for my bad use of english and thanks for read my problem.
Well when I do the following comand in R suddenly crashes and exit me for the
enviroment:
> a<-matrix(1:13500,450,30)
> a%*%t(a)
*** caught illegal operation ***
address 0x2a9590086f, cause
2004 Sep 16
5
Indexing lists
DeaR useRs:
I have a list with 500 elements, in each other there are data.frames and I
want to take the first row and the first column of each elements of my list
since the first to the 500-th.
Thanks and excuse my bad English.
---
[[alternative HTML version deleted]]
2003 Dec 15
2
Error with spdep
Dear useRs:
First of all I would like to thank all the responses.
I've an error with package "spdep".
I am working with a Windows XP machine (AMD-2000-XP RAM-256DDR) and 1.8.0.
R-version and when I try to load spdep appear the following error:
> library(spdep)
Error in loadNamespace(i, c(lib.loc, .libPaths()), keep.source) :
There is no package called
2004 Jun 23
2
legend
DeaR UseRs:
I want to put a legend in my plot. In the first line of the legend I want to
put a box filled but in the second one I would like to put a lty=2
Of course it must appear with different colors.
Thanks.
2004 Feb 20
1
read.table with spaces
DeaR useRs:
Excuses for my english. I am trying to read a file with my dats and the format is a number, 3 spaces, other number, etc...
When I use:
a<-read.table(file="c:/datos2.dat",sep="")
R sais:
Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
line 3 did not have 34 elements
And I see my dats and in line 3 the first number is an
2003 Nov 14
1
packages
Hello every body, I am new in this list and I am Spanish (excuses for my
English)
I have a lot of versions of R (under windows) and I want to know the mode to
use the packages of these versions without download any more.
It takes me more time because I have all the packages that there are in
CRAN.
Thanks,
Agustin Perez
2003 Dec 18
3
Summaries
Hello UseRs:
Excuses for my english.
I have a dataset with 65000 records and I'd like to make a summary where I
can view all the values (with the number of times that it repeats) that
there are each column of my dataset.
I tried with summary( ), str( ), but nothing gives me the result that I am
loking for.
Thank you very much.
2004 Jan 07
5
assign
DeaR useRs:
I would like to assign a values in an object using a loop 'for'.
This is a reduce example of my problem, my real problem is a few
complicated:
for (j in 1:10) {
x.j<-rnorm(100)
}
I want to create 10 objects as "x.1, x.2, ... , x.9, x.10" with values in
it.
I used the "assign" function but nothing happens.
Thank you very much
2004 Feb 23
3
library nnet
DeaR useRs:
I am looking for a function which fits a multinomial model and in Baron?s
page I find the function "multinom" in package "nnet" but this package is
deprecated.
I suppose that this function is now in other package but I can't find it.
Can you help me?
Thanks.
2002 Feb 25
4
replace NAs
Dear R community:
it is possible to replace NA?s in a data frame with zeroes?
what should I do?
Thanks in advance
Juan Pablo
_________________________________________________________________
MSN Photos es la manera m?s sencilla de compartir e imprimir sus fotos:
http://photos.latam.msn.com/Support/WorldWide.aspx
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2004 May 20
1
write in fixed format
DeaR useRs:
I have a problem, because I have a file in fixed width format and I can read
it with 'read.fwf' and after I can use these data to do generate new columns
(variables) and when I am going to write this set of data (data.frame) I
can't find a function which storages my data.frame in fixed width format.
Can you help me?
Thanks in advance.
Agust??n P??rez
Universidad Miguel
2005 Jan 25
1
New ip billing solution?? any updates?
Hi people, i've seen the wiki looking for a * billing solution but the
links point to websites that have not updated their content (or news)
section for over a year.
Can anyone recommend a commercial-grade (i mean no mom&pop cdr system)
billing solution that can start small and then scalate as traffic
grows and tested/used with Asterisk before?
commercial or open source links are ok.
2007 Nov 30
1
memory leak?
I have a client I''m testing where the puppetd process grows slowly (over
a few days) to the point where it exceeds 100MB. This triggers an alert
and we restart the daemon, but I''m curious whether anyone has noticed
similar behavior. Details are:
Server: CentOS 4.5 x86 (on VMWare Server guest)
RPM install from dlutter repo (puppet-0.23.2-1.el4)
The only thing I can
2002 May 16
5
Bib. reference on R
I know I've seen the answer to this question
but could not find it now:
What's the appropriate(s) general reference(s)
for the "R language and environment for statistical computing and
graphics" that should be included
in a scientific article?
Thanks
Agus
Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
2009 Feb 11
3
asterisk across a firewall
Excuse my ignorance but if i have an asterisk in a LAN, and i have
users in their homes/internet (dozens), in order to correctly connect
those users across my firewall, what is the technology that i need to
buy, called?
secure border gateway?
session controller?
secure gateway?
the audiocodes site seems to have many names for the same thing...but
i better ask here and learn before i make a big
2008 Jun 27
4
Recoding
Hi!
Given a vector (or a factor within a df),i.e. v1 <- c(1,1,1,2,3,4,1,10,3)
and a dictionary
cbind(c(1,2,3),c(1001,1002,1003))
is there a function (on the same line than recode() in car)
to get v2 as c(1001,1001,1001,1002,1003,4,1001,10,1003) ?
I'm using myself a function based on match() since
long ago (I think that thanks to advice by Prof. B. Ripley),
but would like to know if there
2001 Aug 28
1
Error: vector memory exhausted (limit reached?)
While runing R1.3.0 on a Win95 machine,
a process has produced the following error:
Error: vector memory exhausted (limit reached?)
In addition: Warning message:
Reached total allocation of 47Mb: see help(memory.size)
Lost warning messages
Now I cannot save the work (not too bad,
I had used save.image() just prior to launch
the process), but cannot quit the program:
> save.image()
Error:
2008 Sep 12
2
Greyed text in the background of a plot
Hi!
Is there any way of having a greyed ("ghosted") text
(i.e, 2006) in the background of a plot?
I'm making a dynamic plot and would like to show the
year of each time step as a big greyed text in the background.
(the idea comes from Hans Rosling video:
http://video.google.com/videoplay?docid=4237353244338529080&sourceid=searchfeed
)
Thanks
Agus
--
Dr. Agustin Lobo
Institut
2012 Jun 08
3
day of the year for chron objects
Hi!
Is not there an standard R function to retrieve the day of the year
(since 1st Jan of the same year)?
I know I can make my own using julian, but find it weird that having
days(), months() etc doy() does not exist as an standard function.
Also, is the following not a bit inconsistent?
> a <- chron("20100506",format="ymd")
> a
[1] 100506
> years(a)
[1] 2010
1999 Jul 28
2
3d in R
Dear R-users and R-developpers,
I've not been able to find 3d graphics in R, like
Splus spin() or brush(). Are there any that I've missed
and/or is anybody working on implementing these
type of functions?
Thanks
Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
fax 34 93411 0012
alobo at ija.csic.es