search for: wali

Displaying 6 results from an estimated 6 matches for "wali".

Did you mean: wail
2008 Oct 16
2
Saving results of Kruskal Walis test
Hello, I am running Kruskal-Walis test in R. When I try to save results using write.table it gives me the following error : Error in as.data.frame.default(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors) : cannot coerce class "htest" into a data.frame The overall code is as follows : >data_file = rea...
2007 Jul 22
2
Data Set
Hi Sir I have made a data set having 23 stations of rainfall. when I use the attach function to approach indevidual stations then following error occurr. *>attach(data)* *>S.Sharif #S.Sharif is the station name which has 50 data values* *Error: object "S.Sharif" not found* Now how to solve this problem. Thank You Regards -- AMINA SHAHZADI Department of Statistics GC
2003 Apr 17
1
Rsync bug in handling files larger than 2 GB *even with 64 bit compilation options*
Rsync bug in handling files larger than 2 GB *even with 64 bit compilation options* We use files in my environment at work that sometimes requires to transfer files with sizes like 2-10 GB each file. I get the following error from rsync after if copies p a part from the file: write failed on doc_all_030414.dmp.Z : Error 0 rsync error: error in file IO (code 11) at receiver.c(243) rsync:
2002 May 04
2
R crashes trying to read a data.frame
Dear all, > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 5.0 year 2002 month 04 day 29 language R OS: Win98 I have a strange problem with a particular data.frame built with
2008 Oct 12
0
XEN: pc reboots when tries to start up X while running the xen kernel
Hi All, Has anyone had this issue. I performed a basic install of centos 5.2 then install kernel-xen xen virt-manager. When I reboot the pc to us the xen kernal as soon as it tries to start X the pc reboots. I then disable X on start by editing teh /etc/inittab file. No it boot in runlevel 3 but when I start up X from the command line it does the same the pc reboots. I am running a an Intel
2002 Jul 13
0
Advanced routing (Tc filter)
Greetings, I am working in a project , and we are concerned about usin Traffic Conrol tool in iproute2 package, but unfortunately we are facing some problems using u32 filters to match the ip protocol. Frankly we used: # tc filter add dev eth0 parent 1:0 protocol ip pref 2 u32 match ip protocol 1 0xff classid 1:4 ( to match icmp protocol ) and then we tried to use # tc filter add dev