search for: appreciatated

Displaying 13 results from an estimated 13 matches for "appreciatated".

Did you mean: appreciaated
2006 Jan 10
2
reading contigency tables
Hi all, I need some help using read.ftable to read a contingency table. My columns are organized as follows: order--family--species--location--number of individuals I couldn't figure out how to change the data on my text file to be imported into R; and after you do that, is it possible to convert the table into a data frame? Any tips would be greatly appreciatted! Thanks a lot, Naiara.
2012 Feb 07
1
Grub options for dom0
Hello guys, I am setting up dom0. I have read that is recommended restricting one cpu for dom0. In the xen wiki there''s a list of grub parameters http://wiki.xen.org/wiki/Xen_Hypervisor_Boot_Options but it seems deprecated? http://groups.google.com/group/ganeti/browse_thread/thread/a18979bdd00f6461 Do you guys use this option (maxcpus) as shown here as well?
2010 Sep 04
8
sqlite3/sqlite3_native (LoadError)
Hi, I have installed ruby 1.9.2, rubygems 1.3.7 and rails 3.0. created a demo application. when I start ''rails server'' I get: ''require'': no such file to load -- sqlite3/sqlite3_native (LoadError) any idea ? Thank you. Dani -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on
2010 Apr 30
3
3D Surface plot
Dear All, I want to create a surface plot from the data. My data set is consists of x, y and z data. I plotted in very easy way by Excel worksheet as shown in the attached picture. I did some steps in R, but I cannot have the same plot as in Excel worksheet's figure. the R code is x <- c(-1,-0.75,-0.5,-0.25,0,0.25,0.5,0.75,1) y<- c(-1,-0.75,-0.5,-0.25,0,0.25,0.5,0.75,1) z<-
2007 Jul 24
3
migrating users from linux to centos
Dear All, I have been running linux 9 server as a dns and mail server and is workin fine.. i want to install CENTOS 5 with all the latest mail server software and bind as well as all the libraries on another machine whic is already done also the data is backed up and will be tranferred. but i would like to know i have about existing 100 mail users how could i tranfer these usernames and
2004 Oct 14
1
(no subject)
Hi, Why this code is good in S-plus, and don't good in R ? getMethod("[","matrix") thanks
2003 Apr 04
0
Bootloader chaining
...oot bpbatch then pxelinux and pxelinux boots Linux, then pxelinux will release control of the adapter (hide the boot PROM is how the bpbatch manual refers to it) but then I guess bpbatch still has the boot PROM loaded. I'm not sure if there's any way around this, but any insights would be appreciatated. Thanks, Andy Wray
2006 May 17
0
Need technical info about dialers
Hi list, I'm trying to find technical information about predictive dialing, different algorithms based on call lengths, agents connected, etc. Any help would be appreciatted. Cheers, Maxi Belino -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060517/97b195e7/attachment.htm
2003 May 10
2
Desperate: problems with fonts, I can not make it work
I am trying to make wine run with a couple of windows applications and there is no way I can get normal fonts. All I get is little squares instead. I have set up a directory /home/username/.wine/fake_windows/Fonts that has quite a few .ttf files that I got from my Windows98 partition. I have also set up chkfontpath to the right path (please see attached files). Then what can be wrong? I
2010 May 19
1
permission issues between 3.4.0 & 3.0.3?
Hi all!! I'm experimenting a set of problems when trying to connect Samba client to windows. I don't have admin rights on the windows side, so I should trust all my winSA admin is telling me. Windows side (server): In the server Side (win2k3), the SA defined a shared resource. The share-permissions tab the "domain users" group has typical permissions, and in the security
2006 Jan 12
1
Qos and bandwidth control
hi everybody. im trying to set up an QoS config, using layer7 (http://l7-filter.sourceforge.net/) for protocol detection. im suposing 3 clients with this configuration: 3 clients: 1.2.3.1 , 1.2.3.2 , 1.2.3.3 1.2.3.1 has 256kbit bandwidth "guaranteed" clients 1.2.3.2 and 1.2.3.3 has 256kbit bandwith so im marking every packet using layer7 iptables module, classifying them in three
2008 Mar 27
5
Problem with socket_process: Call rejected by 127.0.0.1: Busy
Hi I am not sure why this is happening or whether it has anything to do with my iaxmodem setup. When receiving a fax via iaxmodem, I got an error message saying *chan_iax2.c:7542 socket_process: Call rejected by 127.0.0.1: Busy*
2005 Sep 21
5
SAX Parser best practise
Dear All, I have a question regarding best practise in setting up a XML parser within R. Because I have files with more than 100 MB and I'm only interested in some values I think a SAX-like parser using xmlEventParse() will be the best solution. Unfortunately the values I'm looking for, to construct some higher "mass spectrum", are distributed over different lines: as