Displaying 20 results from an estimated 8000 matches similar to: "Call for papers for CMG'08"
2008 Sep 07
0
Fwd: request: most repeated sequnce
---------- Forwarded message ----------
From: jim holtman <jholtman at gmail.com>
Date: Sun, Sep 7, 2008 at 11:42 AM
Subject: Re: [R] request: most repeated sequnce
To: Muhammad Azam <mazam72 at yahoo.com>
This should do it for you:
> x=c(1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,3,3,0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,3,3,3,4,4,4,0,0,0,0,0,0,0,1,1,1,2,2,2,3,3,3,4,4,4,
+
2007 Apr 20
0
Fwd: Re: Character coerced to factor and I cannot get it back
--- John Kane <jrkrideau at yahoo.ca> wrote:
> Date: Fri, 20 Apr 2007 10:47:45 -0400 (EDT)
> From: John Kane <jrkrideau at yahoo.ca>
> Subject: Re: [R] Character coerced to factor and I
> cannot get it back
> To: jim holtman <jholtman at gmail.com>
>
> Thanks Jim,
>
> I can live with it as a factor or I will do as you
> suggest. What is bothering
2008 Jul 17
0
Re : Re : float and double precision with C code
ok, sorry, my mistake was the C printf.
Thank you for your good answer
Regards
----- Message d'origine ----
De : JS Ubei <jsubei at yahoo.fr>
? : jim holtman <jholtman at gmail.com>
Cc : r-help at r-project.org
Envoy? le : Jeudi, 17 Juillet 2008, 15h25mn 07s
Objet : [R] Re : float and double precision with C code
thank you for your quick answer,
I'm far of the digits
2006 Oct 28
0
ALARM!!!! Re: regarding large csv file import
hi All,
ok fine got it. The design of R is such that it will work only if data
fits in the main memory. This issue has been taken up many times but it
seems it would be very difficult to change the core code hmmm. ok fine.
hence if i want to work then i will have to either partition the data or
work with columns.
thanks to you all
- Sayonara With Smile & With Warm Regards :-)
G a u
2006 Oct 28
0
ALARM!!!! Re: regarding large csv file import
hi All,
ok fine got it. The design of R is such that it will work only if data
fits in the main memory. This issue has been taken up many times but it
seems it would be very difficult to change the core code hmmm. ok fine.
hence if i want to work then i will have to either partition the data or
work with columns.
thanks to you all
- Sayonara With Smile & With Warm Regards :-)
G a u
2008 Jul 03
1
Migrating from S-Plus to R - Exporting Tables
Does something like this get you close:
x <- list()
keys <- LETTERS[1:6]
# create
for (i in keys){
x[[i]] <- data.frame(a=1:5, b=1:5, c=1:5)
}
# output
output <- file('tempxx.txt', 'w')
for (i in keys){
write.table(i, row.names=FALSE, col.names=FALSE, file=output, quote=FALSE)
write.table(x[[i]], file=output, quote=FALSE)
}
close(output)
On Wed, Jul 2,
2007 Oct 10
0
Thank you, and your suggestion works
Hi Jim,
What you told me works well.
I have tried using 'eval(parse(text="1:20 = x"))' as well as
'try(parse(text="1:20 = x"))' before but not using eval anfd try
functions together. I just added try function following your
suggestion, e.g. 'try(eval(parse(text="1:20 = x")))'and then it
worked well.
Thank you very much for the nice
2008 Jul 17
0
Re : float and double precision with C code
thank you for your quick answer,
I'm far of the digits capacity and my values are not the result of a computation. I'm developping a R package to acces a specific data source. And I need precision a few better. How can I do ?
When I try this In R console, this is correct and what I need :
> my_value <- 29.958334
> my_value == 29.958334
[1] TRUE
But I need to do the first
2006 Oct 28
0
ALARM!!!! Re: regarding large csv file import
hi Jim,
if i partition the file, then for further operation like merging the
partitioned files and after that doing some analysis on whole data set
would again require the same amount of memory. If i am not able to do or
if i am not having memory then i feel there should be serious thinking
over the issue of memory handling.
hence i am also copying this to r-devel list and i would also would
2006 Oct 28
0
ALARM!!!! Re: regarding large csv file import
hi Jim,
if i partition the file, then for further operation like merging the
partitioned files and after that doing some analysis on whole data set
would again require the same amount of memory. If i am not able to do or
if i am not having memory then i feel there should be serious thinking
over the issue of memory handling.
hence i am also copying this to r-devel list and i would also would
2007 Oct 25
2
the difference between temp and .temp
Hi everyone -
This came up within the last day -- Jim's response to Deepankar is pasted below.
There are probably lots of reasons, but what is the advantage to using
.temp over, say, temp?
I often find myself writing temporary objects -- should I use the .
preface? What would be the advantages to doing so?
Thanks in advance for what will surely be a collection of illuminating
responses.
2014 Dec 04
0
Call For Papers - Workshops at WorldCIST 2015 - 3rd World Conference on Information Systems and Technologies
- This mail is in HTML. Some elements may be ommited in plain text. -
--------------------------------------------------------------------
WorldCIST'15 Workshops
Azores, April 1-3, 2015
http://www.aisti.eu/worldcist15/index.php/workshops
--------------------------------------------------------------------------------
WorldCIST'15
WorldCIST'15 - 3rd World Conference on Information
2014 Dec 04
0
Call For Papers - Workshops at WorldCIST 2015 - 3rd World Conference on Information Systems and Technologies
- This mail is in HTML. Some elements may be ommited in plain text. -
--------------------------------------------------------------------
WorldCIST'15 Workshops
Azores, April 1-3, 2015
http://www.aisti.eu/worldcist15/index.php/workshops
--------------------------------------------------------------------------------
WorldCIST'15
WorldCIST'15 - 3rd World Conference on Information
2009 Sep 22
1
matching pairs regardless of order,multiple matches
Dear Jim and Henrique,
thank you both for your help. I have done this but run into another problem:
?
In the example?below "loc1,loc2" occurs in the (now correct, thanks to your advice) "list" twice. ?
?
trips=("loc1,loc2","loc2,loc3")
?
DF$listoftrips=("loc1,loc2", "loc1,loc3", "loc2,loc3","loc1,loc2").
?
I?am
2014 Nov 24
0
Call For Papers - Workshops at WorldCIST 2015 - 3rd World Conference on Information Systems and Technologies
- This mail is in HTML. Some elements may be ommited in plain text. -
WorldCIST Conference
WorldCIST'15 - 3rd World Conference on Information Systems and Technologies, to be held at Ponta Delgada, S?o Miguel, Azores, Portugal, 1 - 3 April 2015, is a global forum for researchers and practitioners to present and discuss the most recent innovations, trends, results, experiences and concerns in
2014 Nov 24
0
Call For Papers - Workshops at WorldCIST 2015 - 3rd World Conference on Information Systems and Technologies
- This mail is in HTML. Some elements may be ommited in plain text. -
WorldCIST Conference
WorldCIST'15 - 3rd World Conference on Information Systems and Technologies, to be held at Ponta Delgada, S?o Miguel, Azores, Portugal, 1 - 3 April 2015, is a global forum for researchers and practitioners to present and discuss the most recent innovations, trends, results, experiences and concerns in
2007 Mar 28
2
changes in behaviour of Rcmd SHLIB since 2.4.0
Dear all,
I have some C code using the zlib uncompress. It compiles fine under Win XP
(with SP2) with R up to 2.3.1 and generates four files (Makedeps, *.d,
*.dll, and *.o):
C:\Data\R-packages\cmg>rcmd SHLIB cmg.c -o cmg.dll
latex: not found
making cmg.d from cmg.c
gcc -IC:/PROGRA~1/R/R-2.3.1/include -Wall -O2 -c cmg.c -o cmg.o
cmg.c: In function `readcmg':
cmg.c:33: warning:
2016 Oct 19
0
Call for Papers - WorldCIST'17 Workshops - Porto Santo Island
Please disseminate by your contacts. Thank you!
*Best papers published in SCI/SSCI-indexed journals
---------------------------------------------------------------------------
WorldCIST'17 - 5th World Conference on Information Systems and Technologies
Porto Santo Island, Madeira, Portugal
11th-13th of April 2017
http://www.worldcist.org/
2016 Oct 19
0
Call for Papers - WorldCIST'17 Workshops - Porto Santo Island
Please disseminate by your contacts. Thank you!
*Best papers published in SCI/SSCI-indexed journals
---------------------------------------------------------------------------
WorldCIST'17 - 5th World Conference on Information Systems and Technologies
Porto Santo Island, Madeira, Portugal
11th-13th of April 2017
http://www.worldcist.org/
2016 Apr 24
0
assign color to subsets
now after this:
df_both <- subset(df, grepl("t1", Command) & grepl("t2", Command))
I use factor to apply the subset to df but then the Command level becomes 0
df_both$Command=factor(df_both$Command)
str(df_both)
$ Protocol : Factor w/ 0 levels:
Do you know what is the reason?
Thanks for replying
On Sunday, April 24, 2016 12:18 PM, jim