Displaying 8 results from an estimated 8 matches for "descirbed".
Did you mean:
descibed
2007 Jan 17
3
Diagnosing into server crash
Hi all,
can anyone point me to a document that descirbes how to trace into an OS
crash under Solaris 10? My hope is to get target-oriented description to
figure out the system call and the process/thread that lead to the crash.
Regards,
Andreas
2000 Mar 09
2
how to document user-defined packages for windows
After several hours of trial and error I've figured out how to create
packages for use by rw1000 ("Writing R Extensions" seems not to cover
this).
I haven't been able to figure out how to make help files work. I want plain
text only, via help(name) or ?name.
I create a 'help' subdirectory containing a 00Titles file and
function-specific help files in the package
2004 Feb 12
5
Re: The Problem of Creating a domain
> [6] ctivating swap partitions: swapon: /dev/hda7: No such device or address
> [6] [FAILED]
> [6] ioctl 80041272 not supported by xl_block
> [6] Finding module dependencies: depmod: Can''t open /lib/modules/2.4.24-xeno/modules.dep for writing
> [6] [FAILED]
> [6] Checking filesystems
> [6] Couldn''t find matching filesystem: LABEL=/policy
Edit your
2008 Jun 02
0
Mkinitrd problems while install xen on SELS 10 SP2
Hi:
I am installing Xen on Suse Linux Enterprise Server 10 SP2, when I try to
make initrd img as README descirbed, but it tells me:
#depmod 2.6.16.29-xen
#mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod
initrd-2.6.16-xen.img 2.6.16-xen
Unknown option: -v
Try mkinitrd -h
Then I added the "aacraid, sd_mod, scsi_mod" to "INITRD_MODULES" section in
"/etc/sysfconfig/kernel&...
2003 Dec 11
0
AW: Paper on PAM and Clara
Maybe the following article is of interest for you (co-authored by P.J. Rousseeuw, like the book you mentioned):
http://www.jstatsoft.org/v01/i04/paper/clus.pdf
-Heinrich.
> -----Urspr?ngliche Nachricht-----
> Von: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at stat.math.ethz.ch] Im Auftrag von Fucang Jia
> Gesendet: Donnerstag, 11. Dezember 2003 14:37
> An:
2007 Nov 26
1
CPCA?
It would be great to know if and where an R code for Common Principal Component Analysis is available.
Thanks,
Daniel
Daniel Berner
Redpath Museum & Dept. of Biology
McGill University
859 Sherbrooke St. W.
Montreal, QC, H3A 2K6
Canada
Phone: 514-398-4086 ext. 00908
Fax: 514-398-3185
Email: daniel.berner at mail.mcgill.ca
2007 May 20
0
Problems accessing Rconnect
Hi. I nearly have Rserve working....
I have the dialog box which says..
Rserve: Ok, read to answer queries.
Having read all i can find, I followed the guidance given on
http://rosuda.org/Rserve/example.shtml
I tried to follow the first example but I am getting an error descirbed
below. My IDE looks like this:
http://www.nabble.com/file/p10705244/ide.jpg
However, when I try and compile my java file I get the following error:
Cannot access Rconnection
bad class file: C:\org\rosuda\JRclient\Rconnection.class
class file contains wrong class: org.rosuda.JRclient.Rconnection...
2012 Jan 10
5
6 fundamental migration problems for beginners
## Hi ##
I have 6 simple and fundamental Problem in RoR migration and although I
googled it and read many article about it and research it for a week , I
didn''t understand it. please help me for these problems :
----------
1 - When I create a model (for example "rails generate model
Football_League") , I see in db/migration a "create_football_leagues.rb"
. I want