search for: reve

Displaying 15 results from an estimated 15 matches for "reve".

Did you mean: rev
2002 Aug 13
0
AW: AW: Unable to open configuration file "/etc/smb.conf" (or whe reve r i specify)
> -----Urspr?ngliche Nachricht----- > Von: nero one [mailto:nero_oner@yahoo.com] > Gesendet: Dienstag, 13. August 2002 19:33 > An: Uli Luckas > Cc: samba@lists.samba.org > Betreff: Re: AW: Unable to open configuration file "/etc/smb.conf" (or > whereve r i specify) > > > Hi Uli, > > I'm not really sure what i'm looking for here, but here's > the result of the cat w/strace. Well just to make sure, there is nothing wrong with the file. > Seems its still return with result == 0? > open("smb.conf&quo...
2009 Jan 19
3
bootstrapped eigenvector method following prcomp
...to and al. 2003. Ecology 84:2347-2363 called "bootstrapped eigenvector". It was asked for that in this forum in January 2005 by J?r?me Lema?tre: "1) Resample 1000 times with replacement entire raws from the original data sets [] 2) Conduct a PCA on each bootstrapped sample 3) To prevent axis reflexion and/or axis reordering in the bootstrap, here are two more steps for each bootstrapped sample 3a) calculate correlation matrix between the PCA scores of the original and those of the bootstrapped sample 3b) Examine whether the highest absolute correlation is between the correspo...
2011 Nov 05
1
testing significance of axis loadings from multivariate dudi.mix
...matrix(0, nrow=nrow(res), ncol=ncol(res)) N <- nrow(x) for (i in 1:permutations) { pc <- princomp(x[sample(N, replace=TRUE), ], cor = TRUE ...) pred <- predict(pc, newdata = x) r <- cor(pcnull$scores, pred) k <- apply(abs(r), 2, which.max) reve <- sign(diag(r[k,])) sol <- pc$loadings[ ,k] sol <- sweep(sol, 2, reve, "*") out <- out + ifelse(res > 0, sol <= 0, sol >= 0) } out/permutations } I tried to aply it to the case of dudi.mix instead of princomp this way: netoboot1&l...
2013 Dec 04
1
calcular la integral indefinida (primitiva) de una función respecto un parámetro
Hola a todos Me gustaría calcular la integral indefinida (primitiva) de una función respecto un parámetro. Al estilo de lo que hace la función D, pero al reves > s <- expression(5*x^2+2 ) > D(s,"x") 5 * (2 * x) Con integrate hay que indicar a la fuerza los límites de la integral, y con Ryacas no funciona nada, ya que no se conecta a su ip ¿Conocéis alguna forma? Saludos
2005 Jan 29
1
Bootstrapped eigenvector
...eps into a R program, yet? Can someone could help me with this? I thank you very much by advance. Here are the steps that I need to perform: 1) Resample 1000 times with replacement entire raws from the original data sets (7 variables, 126 raws) 2) Conduct a PCA on each bootstrapped sample 3) To prevent axis reflexion and/or axis reordering in the bootstrap, here are two more steps for each bootstrapped sample 3a) calculate correlation matrix between the PCA scores of the original and those of the bootstrapped sample 3b) Examine whether the highest absolute correlation is between the correspondi...
2006 Sep 22
1
Propensity score and three treatments
Dear All, I would like to find something ( references, code,..) to implement a comparison of three treatments in an observational study using the 'Propensity Score'. Any help is much appreciated. Thanks! Giovanni -- dr. Giovanni Parrinello Department of Biotecnologies Medical Statistics Unit University of Brescia Viale Europa, 11 25123 Brescia email: parrinel at med.unibs.it Phone:
2005 Sep 29
1
More Random Behaviour
Okay, I'm starting to face professional ridicule at work over this. A Samba install should take a couple of days, I've been at it... far to long now. When this started I chased the problem in all the wrong directions. I thought it was this environment. Now I don't think so. I have Samba 3.0.14a installed on an AIX 5.2 server. I had it running (not the way I wanted, but running).
2006 Mar 27
0
Question: How to solve the Windows Drive Mapping Problem?
Hi, how do I solve the problem of Windows Clients disconnecting at every logon? Can I do something to ensure that the clients do not need to manually reconnect to the Samba drive? Thanks. Reve Technology Sdn Bhd C.K. Chua Technical Support Manager Mobile : +6012.723.6993 Office : +607.222.8766 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.2.6/288 - Release Date: 3/22/2006
2005 Oct 09
1
Simple Sudoku - not minimising/letting me do anything else
I have installed Simple Sudoku (http://www.angusj.com/sudoku/index.php) but I cannot minimise it, nor go to another screen to do something else. If I try, its window gets larger, vertically. I am using wine 20050725 (which is what is packaged for my system at present), on a Debian system running XFree86, with icewm-gnome. Can anyone advise why this program "hogs attention"? -- Phil
2020 Jul 08
2
Defining the DIExpression operator DW_OP_LLVM_arg
On Wed, Jul 8, 2020 at 9:48 AM Adrian Prantl <aprantl at apple.com> wrote: > > > > > On Jul 8, 2020, at 9:33 AM, David Blaikie <dblaikie at gmail.com> wrote: > > > > On Wed, Jul 8, 2020 at 9:29 AM Adrian Prantl via llvm-dev > > <llvm-dev at lists.llvm.org> wrote: > >> > >> > >> > >>> On Jul 8, 2020, at 5:21
2006 Mar 14
2
SMART for SATA devices ?
I noticed that the changelog for the new kernel 2.6.9-34 on the redhat enterprise watchlist states on of the fixes as; 145061 - SMART support in SATA driver (P1) Does this mean that with that kernel we should be able to interrogate SATA drives now ? Cheers, Bards.
2001 Sep 28
0
openssh-2.9.9p2 subscript violation problems with ctype macros
...======================================= RCS file: canohost.c,v retrieving revision 2.9.9.2 retrieving revision 2.9.9.2.0.1 diff -pu -r2.9.9.2 -r2.9.9.2.0.1 --- canohost.c 2001/06/25 05:01:24 2.9.9.2 +++ canohost.c 2001/09/28 18:48:11 2.9.9.2.0.1 @@ -87,8 +87,8 @@ get_remote_hostname(int socket, int reve * of this software). */ for (i = 0; name[i]; i++) - if (isupper(name[i])) - name[i] = tolower(name[i]); + if (isupper((unsigned char)name[i])) + name[i] = tolower((unsigned char)name[i]); if (!reverse_mapping_check) return xstrdup(name); ========================================...
2020 Jul 08
2
Defining the DIExpression operator DW_OP_LLVM_arg
On Wed, Jul 8, 2020 at 9:29 AM Adrian Prantl via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > > On Jul 8, 2020, at 5:21 AM, Tozer, Stephen <stephen.tozer at sony.com> wrote: > > > >> To summarize my understanding: Neither of these operators is strictly necessary, since the same effect can be achieved by implicitly pushing all operands of a
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2024 Jan 17
1
Determining the size of a package
...el-macos-arm64 and r-release-macos-X64 ) When I build it on my Mac M1 it is well within the limits, but when pushing to CRAN, I run into the size message. Is there a way I can find what the size will be on these various implementations without bothering the nice people at CRAN. Thanks. William Revelle personality-project.org/revelle.html Professor personality-project.org Department of Psychology www.wcas.northwestern.edu/psych/ Northwestern University www.northwestern.edu/ Use R for psychology personality-project.org/r It is 90...