search for: continus

Displaying 10 results from an estimated 10 matches for "continus".

Did you mean: continue
2006 Apr 20
1
info : Manova - eigenvector analysis and canonical analysis
...particular, I would be interesting to obtain "standardized canonical coefficients" of the canonical variates. There analysis give some information on the correlation between response variates. My data are organised in 2 terms (one is continu, one is a factor) and 3 response variates (continus). summary(manova(cbind(dureeL,dureeI,dureeR)~denst*etatav, data=durt)) Df Pillai approx F num Df den Df Pr(>F) denst 1 0.3047 10.6629 3 73 6.795e-06 *** etatav 1 0.1070 2.9146 3 73 0.03995 *...
2005 Aug 25
2
question sur R
bonjour je suis elève à l'ENSAI Rennes et je suis actuellement en stage de fin d'études j'ai une question sur R en fait lorsque le simule 2 lois normales qui sont mes 2 variables explicatives continus - une avec que des valeurs > 0 (ou que <0) X1 - l'autre peut prendre aussi bien des valeurs <0 ou >0 X2 et que je regresse le rating (facteur ordonné) sur X1 ca marche alors que sur X2 ca ne marche pas : il m'indique l'erreur suivante...
2003 Oct 29
6
Nortel PowerTouch 350
I have a question hoping someone can help me with. I just purchased a 350 from http://lktelecom.zoovy.com/product/HPT350. I have been reading some posts and heard that these phones won't work with Asterisk.. Is this true? I had a previous Nortel Phone working in this enviroment. Well anyway here's my problem. The phone keeps ringing.. It won't stop.. Which makes the phone
2004 Jul 08
0
XP Pro SP1a login problem
...d file) but when I reboot and try and login as a user on the domain I get the following error: "Windows cannot connect to the domain, either because the doamin controller is down or otherwise unavailable, or becuase your computer account was not found. Please try again later. If this message continuses to appear, contact your system administrator for assistance." Now I can just log into the local machine and map a drive no problem and i've done the sign or seal hack. Anyone have anythoughts? Thanks, Brad here is the globals,netlogon, and home section of my smb.conf file [global]...
2013 Sep 19
0
ggplot2: two y-axis - any change?
...e still no possibility to do this in ggplot2? I need the same style of all my graphs for my publications and it is a problem if I have to use another package, say lattice for every second plot. What are your thoughts on this for the future and are there already some possibilities in place? I prefer continusing using ggplot2 because it is brilliant. with kind regards Anna Zakrisson Braeunlich PhD student Department of Ecology, Environment and Plant Sciences Stockholm University Svante Arrheniusv. 21A SE-106 91 Stockholm Sweden/Sverige Lives in Berlin. For paper mail: Katzbachstr. 21 D-10965, Berlin...
2004 Jul 14
0
XP SP1a can join domain but not log in.
...d file) but when I reboot and try and login as a user on the domain I get the following error: "Windows cannot connect to the domain, either because the doamin controller is down or otherwise unavailable, or becuase your computer account was not found. Please try again later. If this message continuses to appear, contact your system administrator for assistance." Now I can just log into the local machine and map a drive no problem and i've done the sign or seal hack. Anyone have anythoughts? Thanks, Brad here is the globals,netlogon, and home section of my smb.conf file [global]...
2011 Jun 27
0
[LLVMdev] Can LLVM jitter emit the native code in continuous memory addresses ?
It is possible to subclass JITMemoryManager and pass in a custom memory manager, but I don't believe you'll be able to convince the JIT to emit PIC code without hacking on LLVM a bit. Reid On Sun, Jun 26, 2011 at 4:21 AM, Mohammed Ag <admirer4 at gmail.com> wrote: > ** > > I have question relating to LLVM Jitter: Can i obligue the LLVM Jitter to > emit the native
2011 Jun 26
2
[LLVMdev] Can LLVM jitter emit the native code in continuous memory addresses ?
** I have question relating to LLVM Jitter: Can i obligue the LLVM Jitter to emit the native code in continuous memory addresses ? and to be PIC ? what i want to do is to move the JIT code to another process in order to execute it, my approach is to save the JIT code in buffer i will save it to file and pass it to the execution process. what i mean by "load" is to simply read the bits
2007 Feb 08
2
Re: INFOSEC 500 XP USB on Debian using nut
...ailto:Arnaud.QUETTE@mgeups.com] To: DaneZ [mailto:danez@danez.no-ip.org] Sent: Thu, 13 Jul 2006 09:59:34 +0200 Subject: Re: RE Fw: INFOSEC 500 XP en USB (make[1]: *** No rule to make target `usb.h', needed by `newhidups.o'. Stop) Salut, > Merci pour ta reponse. > Mais mes problemes continus.. mais je pense que pour toi ca va etre rien ;) > > j'ai fai les commandes suivantes: > ./configure --with-user=nut > => Commande OK > ... > mais > danez-debian:/mnt/hdf1/UPS/trunk# make usb > make[1]: Entering directory `/mnt/hdf1/UPS/trunk/drivers' > make[...
2009 May 03
6
[RFC] The reflink(2) system call.
Hi everyone, I described the reflink operation at the Linux Storage & Filesystems Workshop last month. Originally implemented as an ocfs2-specific ioctl, the consensus was that it should be a syscall from the get-go. Here's some first-cut patches. For people who have not seen reflink, either at LSF or on the ocfs2 wiki, the first patch contains Documentation/filesystems/reflink.txt to