Displaying 20 results from an estimated 130 matches similar to: "(no subject)"
2006 Jan 20
4
read.table with ":" in column names (PR#8511)
Full_Name: emiel ver loren
Version: 2.2.0
OS: Windows XP
Submission from: (NULL) (145.117.31.248)
Dear R-community and developers,
I have been trying to read in a tab delimeted file where the column names and
the row names are of the form "GO:0000051" (gene ontology IDs). When using:
> gomat<-read.table("test.txt")
> colnames(gomat)[1]
[1] "GO.0000051"
2006 Mar 11
2
how to create analog stripchart plots of x vs t (t=mm/dd/yyyy hh:mm:ss)
Hello r-experts,
I sure could us a little help.
I have an ever updating text file with timestamped data in it. I can
reformat in anyway I want if need be but currently I have chosen to make
columns of date, time and measuresed value (comma delimeted and with the
dates and times in quotes to interpret them as strings).
Here is a small section of my text data file:
2010 Dec 01
1
Searching for packages for normalizing Metabolomic data
Hi everybody,
I am a beginner in the steps of pre-processing and data analysis of non-targeted metabolomic profiling experiments.
Anyone knows if there exists some tool for normalizing this type of data (raw data or XCMS matrix data)
in R repositories? Many thanks in advance.
Best regards,
Núria
-------------------------------------------------------
Núria Queralt
2003 Jun 13
1
(no subject)
Dear collegues,
Using maxstat I am getting the following:
> blood <- maxstat.test(Surv(SUPER, FV)~ZAP,data=zap70, smethod="LogRank")
Error in maxstat(y = structure(c(24.4301369863014, 26.4164383561644,
18.7835616438356, : couldn't find function "cscores"
I do not know the meaning of this problem. Could you please help me on dat?
Thank you in advance for your
2009 Apr 24
1
Hangup Detection After Originate (Asterisk Manager API)
I have written an asterisk manager client which creates an outbound call
using Asterisk manager API's Originate action.
when the call is connected I run 3 applications on it.
1)read a dtmf digit from user
2)A customized application which I have written,(It plays something to user)
3)Hangup
If user hangs up while app 2(see above) is executing I get a 'Event Hangup'
from asterisk in my
2006 Feb 07
1
acts_as_taggable plugin: more delimiters?
I''m going through the Recipes book and got to the Tagging chapter,
wanted to give it a shot. According to the text, tag_with takes a
space-delimited list of tags. Is there a way to use different
delimeters, such as commas or single quotes? Some tags can
potentially have more than one word, such as ''ice cream''. I''d like to
be able to use those without doing
2002 Feb 19
1
scan(...comment.char="#") breaks my code
I've just discovered the recent addition of the comment.char arg to scan, a
useful feature no doubt but the default value of # rather than "" breaks my
code which looks for # as a delimeter in a file and provides a messy
incompatability with earlier versions of R and with Splus.
Is there any chance that this default could be changed to ""?
--
Steve
2002 Oct 11
4
read.table( ... comment.char="#") truncated my data
Dear all,
I found that the new feature of the comment.char="#" argument in the
read.table function truncated my data while the data set actually contains
'#'. We analyze lot of data that contain '#'. This is really annoying and
it is also not compatible earlier version of R. I searched the R archive
and found the following message for the scan function. Is it
2004 Nov 22
3
Error VPN version
Hola estoy tratando de configurar mi primera VPN, pero cuando me conecto al
servidor VPN Netstat -nat me dice que la coneccion esta en estado
TIME_WAIT, por otro lado revisando syslog encuentro lo siguiente:
tincd 1.0.2 (Nov 8 2003 20:54:15) starting, debug level 0
Nov 22 08:42:15 woody tinc.vpn[5810]: /dev/net/tun is a Linux tun/tap device
(tun mode)
Nov 22 08:42:15 woody tinc.vpn[5810]:
2007 Aug 16
6
definitions v. plugins
i was looking at the simple text recipes wiki:
http://reductivelabs.com/trac/puppet/wiki/SimpleTextRecipes
and based on that wrote something that can ensure a certain variable in a
config file is set to a specific value, using a specific delimiter as
requested (defaults to a space). this seems to work great at managing all
sorts of unix and mac config files (sshd_config, hostconfig on macs).
2006 Jan 14
2
20060114 snapshot compilation warnings
Timo,
I've noticed a couple of extra compilation errors in last night's
snapshot compared to the snapshot I downloaded on Tuesday, probably due
to the int -> bool change :- (gcc 3.3.2 on Solaris 8)
mbox-sync.c: In function `mbox_sync':
mbox-sync.c:1568: warning: comparison is always false due to limited
range of data type
index-search.c: In function `search_index_arg':
2007 Jul 26
1
Ring forever
Hello list, i need help.
My problem is that when I want to call (using ISDN
phone or internal SIP client) via the Sip provider a
real phone number (ISDN phone or internal SIP
Asterisk >> SIP ), I get a ring tone. When I
now decide to hang up (e.g. if
nobody answers), the called telephone continues to
ring almost forever.
the sip.conf:
[2563105]
accountcode = 2563105
username =
2003 May 25
0
surprising behaviour of "bgroup": sets all in greek letters (PR#3099)
Let me summarize the bug reported by Ulf Martin on R-help with the same
subject line.
The code
plot(1:10)
text(1, 9, expression(F == bgroup("{", x, "")))
results in greek letters, which is not expected here.
That happens if the user tries to set only a left delimeter, the same with:
text(2, 8, expression(F == bgroup("{", x, ".")))
or
2010 Apr 23
2
Ogg Index A-mod
I've been looking over Benjamin Schwartz's Skeleton A-mod proposal. I've
been pretty busy with other projects over the past few months, so
haven't had a chance to look at Ogg indexing until now...
In general, I think Benjamin's ideas are sound, they're improvements,
and I'm open to being convinced to take them in the next index version.
We may as well get the index
2009 Jun 17
6
script help
Hi
?
I have a file. list.txt (two columns)
?
column1??? column2
name??????? address
?
?
I need to put in the letter file letter.txt eg:
?
Dear: Chloe
Address: CA
?
Can I use this
?
for i `cat list.txt` | sed 's/Chloe/$i.1; /CA/$i.2/g' $i.letter.txt
?
Thank you for your help
?
?
?
?
?
__________________________________________________________________
Looking for the perfect gift?
2016 Aug 09
4
ssh & ksh question
I need to run a report, source file on system 1, on system 2. I'd like to
do this in one script, not have a second script to run it.
Now
cat script | ssh system2
works fine. But no matter what I've tried, it gags on
ssh system2 <<EOF
blah, blah
EOF.
Mostly, I have a multiline awk script in the script, with \ at the end of
each line... *but* I think it's seeing "\n" as
2007 Jul 24
0
Problem Hangup Help
Hello list, i need help.
My problem is that when I want to call (using ISDN
phone or internal SIP client) via the Sip provider a
real phone number (ISDN phone or internal SIP
Asterisk >> SIP ), I get a ring tone. When I
now decide to hang up (e.g. if
nobody answers), the called telephone continues to
ring almost forever.
the sip.conf:
[2563105]
accountcode = 2563105
username =
2006 May 16
1
error leaving voicemail in multiple VM boxes
Has anyone seen this (version 1.2)?
The following dialplan should result in the voicemail message being
delivered two both mailboxes (5555557426@context_name and
5555557427@context_name);
exten => 0,1,SetCIDName(OPER ${CALLERIDNAME})
exten =>
0,2,Dial(SIP/5555557423&SIP/5555557424&SIP/5555557425&SIP/5555557426&SIP
2012 Nov 06
1
plm(): observations not used for modelling
Hello,
I have posted this problem before, but thought I try to explain it a bit
better.
I'm using the function plm to create a fixed effects model for panel data,
my method is therefor "within" my effect is "twoways".
My Data contains unbalanced Panels due to missing Values, but contains 309
observation for 11 variables (incl. response), with no missing Values. These
309
2008 Sep 04
0
[LLVMdev] Intel asm
I found a few fragments of threads in the internet ether where llvm folks
talked about Intel vs. AT&T syntax. Apparently the project ran into trouble
with name collisions when using Intel syntax (an example of a variable
named "dword" was cited).
I just tried dumping Intel syntax asm and assembling it with gas. It
doesn't particularly like what llvm is putting out (comment