Displaying 20 results from an estimated 25 matches for "yorktown".
2007 Mar 11
0
Xen Summit #4, Yorktown NY, April 17-18
...raph describing
your proposal to summit-talks <at> xensource.com as soon as possible.
Hope to see you at the summit!
Best,
Ian
We are pleased to announce that IBM has generously offered to host the
4th Xen Summit, which will be held April 17-18 2007 at the IBM TJ Watson
Research Center, Yorktown Heights, NY
<http://www.watson.ibm.com/general_info_ykt.shtml> .
Click here <https://www.regonline.com/124479> to register now
IBM is one of the most active contributors to the Xen project, and has
been one of its strongest supporters. We are grateful for IBM''s
support....
2011 Nov 16
1
read.table : fill missing entry with "unAvailable" [edit]
...entries in a particular field are missing. Is it possible to fill the
unavailable data with 'UnAvailable' string while performing read.table()
Something like
df = read.table(DataFile, header=FALSE, fill_missing_entry = 'unAvailable')
1
thanks
--
-------------
Mary Kindall
Yorktown Heights, NY
USA
[[alternative HTML version deleted]]
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
Hao Yu
Commercial Scale Out
IBM T.J. Watson Research Center
1101 Kitchawan Rd/Route 134, Rm 36-019
Yorktown Heights, NY 10598-0218
914-945-1854, Email: yuh@us.ibm.com
----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM -----
Jimi
Xenidis/W...
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
Hao Yu
Commercial Scale Out
IBM T.J. Watson Research Center
1101 Kitchawan Rd/Route 134, Rm 36-019
Yorktown Heights, NY 10598-0218
914-945-1854, Email: yuh@us.ibm.com
----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM -----
Jimi
Xenidis/W...
2011 Jun 13
3
combine the data frames into comma separated list.
...- bbbb,eeee,ffff -
5 -
- zz
6 -
- tt,uu
Basically I am trying to make a consolidated table.
Help appreciated.
Thanks
M
-------------
Mary Kindall
Yorktown Heights
USA
[[alternative HTML version deleted]]
2011 Aug 19
3
installing packages systemwide
...ry/R/x86_64-pc-linux-gnu-library/2.13/.
However I want them to be systemwide into /usr/local/lib/R/site-library/
folder.
I tried
$sudo R
R> install.packages("anRpackage", dep=TRUE)
I did not succeed into getting them install in req folder.
Any idea?
--
-------------
Mary Kindall
Yorktown Heights, NY
USA
[[alternative HTML version deleted]]
2011 Aug 19
3
installing packages systemwide
...ry/R/x86_64-pc-linux-gnu-library/2.13/.
However I want them to be systemwide into /usr/local/lib/R/site-library/
folder.
I tried
$sudo R
R> install.packages("anRpackage", dep=TRUE)
I did not succeed into getting them install in req folder.
Any idea?
--
-------------
Mary Kindall
Yorktown Heights, NY
USA
[[alternative HTML version deleted]]
2011 Dec 21
1
aggregate function
...b
2 c
2 d
3 e
4 f
how to use aggregate so that it I only one row for each 'param' value.
the output for the above input should be
param case1
1 a
2 b,c,d
3 e
4 f
Thanks
M
--
-------------
Mary Kindall
Yorktown Heights, NY
USA
[[alternative HTML version deleted]]
2012 Jan 06
1
(Edited) cbind alternate for data frames
...erforming this operation.
>
> Is there any alternate way to perform cbind?
>
> x = table1[1:1000000,1:4]
> y = table2[1:1000000,3:6]
>
> z = cbind(x,y) //hanging the machine
>
> write.table(z,'out.txt)
>
>
>
> --
> -------------
> Mary Kindall
> Yorktown Heights, NY
> USA
>
>
[[alternative HTML version deleted]]
2012 Jan 08
1
mode of frequency distribution table
...ll shaped), how can we find the most
frequent range?
for example:
x = c(1,2, 4,4,4,4, 5,5,5,6,6,5,5,5,5,5,6,6,6,13, 17,17,30,100,300)
barplot(table(x))
In the code above, which function do we use to find that the most
frequent value range from 4 to 6.
Thanks.
--
-------------
Mary Kindall
Yorktown Heights, NY
USA
[[alternative HTML version deleted]]
2012 Jul 22
4
pvalue calculate
I have a value
a=300
observation (x) = sample(1:50)
How to find a p-value from this. I need to show that "a" is different fom
mean(x).
Thanks
--
-------------
Mary Kindall
Yorktown Heights, NY
USA
[[alternative HTML version deleted]]
2011 Nov 08
2
download.file
...r so that the program does not exit on
error and delete the created file in destination folder.
for (i in 1: 100)
{
fileUrl = ucscfilenames[i]
if (download.file(fileUrl, destFile, 'wget' , quiet = TRUE) != 0)
{
file.remove(destFile)
}
}
thanks
--
-------------
Mary Kindall
Yorktown Heights, NY
USA
[[alternative HTML version deleted]]
2012 Jan 06
6
cbind alternate
...f entries are more than a million in
both lists. R is taking a lot of time performing this operation.
Is there any alternate way to perform cbind?
x = table1[1:1000000,1]
y = table2[1:1000000,5]
z = cbind(x,y) //hanging the machine
write.table(z,'out.txt)
--
-------------
Mary Kindall
Yorktown Heights, NY
USA
[[alternative HTML version deleted]]
2006 Oct 16
2
PR#9295
...no4/watplatt/R/R-2.4.0/src/library'
make[1]: *** [R] Error 1
make[1]: Leaving directory `/geno4/watplatt/R/R-2.4.0/src'
make: *** [R] Error 1
Are there undefined #define's leaking in as code?
Dan
Daniel E. Platt
Bioinformatics and Pattern Discovery
IBM T. J. Watson Research Center
Yorktown Hgts, NY 10598
(914)945-1388
[[alternative HTML version deleted]]
2011 Sep 16
1
download files using ftp: avoid error
...= paste (dest, 'inDir', files2down[i], sep='/' )
download.file(url, destfile, quiet = FALSE)
}
It works fine as long as the file is present. When the file is not present,
it exit from loop. Is there a way to continue looping if error occurs.
Thanks
--
-------------
Mary Kindall
Yorktown Heights, NY
USA
[[alternative HTML version deleted]]
2011 Nov 11
1
list.dir() function
...r, full.names = TRUE)
[1] "/home/mary/org"
[2] "/home/mary/org/galGal3"
[3] "/home/mary/org/hg19"
Also, It prints the directory itself which I don't want to be printed.
Why it is so? Any workaround for this problem?
Thanks
--
-------------
Mary Kindall
Yorktown Heights, NY
USA
[[alternative HTML version deleted]]
2001 Nov 16
1
auth.c:secure_filename() ownership test continues past home directory
...ent?
Thanks, David
===============================================================================
David Edelsohn T.J. Watson Research Center
dje at watson.ibm.com P.O. Box 218
+1 914 945 4364 (TL 862) Yorktown Heights, NY 10598
2009 Sep 20
0
Recipe: Automatically Create Dial-able Extensions For Skype Callers
...Since most phones won't let you
type long a complex text strings, this makes it much easier to call back to
folks on the Skype network.
http://ssokol.blogspot.com/2009/09/automatic-asterisk-extensions-for-skype.html
Enjoy,
-S
--
Steven Sokol
Digium Inc. | Product Manager - Asterisk
1568 S. Yorktown Place - Tulsa OK - 74104
direct: +1 256-428-6101
mobile: +1 816-806-8844
fax: +1 816-817-0441
twitter: ssokol | jabber: ssokol at digium.com | skype: ssokol.digium
Visit us on the web: www.asterisk.org | www.digium.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:...
2012 Jan 12
1
relative frequency plot using ggplot or other function
...er package.
Width relativeFrequency1 relativeFrequency2
1 100 0.0006388783 0.02265428
2 200 0.0022677303 0.02948625
3 300 0.0061182673 0.01739936
4 400 0.0152237225 0.02569902
5 500 0.0300215262 0.03639880
6 600 0.0597610250 0.07717765
Thanks
--
-------------
Mary Kindall
Yorktown Heights, NY
USA
[[alternative HTML version deleted]]
2012 Jan 16
1
ggplot- using geom_point and geom_line at the same time
Hi
I am plotting line chart using ggplot and want to use geom_line and
geom_point simultaneously.
I get the plot but now I have two legends. None of the legend is
representing the true values. I need the legend with shape and color both.
Thanks
> con = textConnection("inputs var1 var2 var3+ 100 10 5 2+ 1000 20 10 4+ 5000 30 15 8+ 10000 40 20 16+ 30000 50 25 32")> data =