search for: manquante

Displaying 20 results from an estimated 23 matches for "manquante".

Did you mean: manquant
2009 Aug 15
5
Incompatibility using pxelinux 3.80 or later and setupldr.exe from windows XP 32 bits
Hello I'm working on my RIS server; I got a problem when I use pxelinux.0 to load setupldr.exe from windows XP 32bits (both home and corporate) Here is how I configure a working server, then how to modify it to reproduce the bug: ========================= I suppose you got -a dhcp server configured to load pxelinux.0 to client computer. -a working tftp server (mine is tftpd-hpa, with a rule
2008 Jun 05
2
bartlett.test()
i'm trying to test the homogeneity of variance of 92 samples each one contains 3 observations. to use bartlett.test function i have created a (3,92) matrix (named xx): >bartlett.test(xx) this message appears: >Erreur dans bartlett.test.default(xx) : l'argument "g" est manquant, avec aucune valeur par d?faut when i checked the help i have understood that in g i should
2007 Nov 07
3
Can I replace NA by 0 (if yes, how) ?
...8, raw = T)8 6.681e-03 NA -3.942e-07 NA >pderiv<-as.function((deriv(polynomial(pfit$coefficients)))) Erreur dans while ((la <- length(a)) > 1 && a[la] == 0) a <- a[-la] : valeur manquante l? o? TRUE / FALSE est requis -- View this message in context: http://www.nabble.com/Can-I-replace-NA-by-0-%28if-yes%2C-how%29---tf4765597.html#a13629975 Sent from the R help mailing list archive at Nabble.com.
2011 Jul 29
2
'breackpoints' (package 'strucchange'): 2 blocking error messages when using for multiple regression model testing
...lish translation in R). My first assumption was this has *something to do with the dummy variable, so I skipped it*: struc.test <- breakpoints(y~x1+x2+x3+x3, data=D) *New error message:* Erreur dans if (max(abs((betar - fm$coefficients)/fm$coefficients)) < tol) check <- FALSE : valeur manquante là où TRUE / FALSE est requis I really can't understand what is going wrong. What 'tol' stands for? Seems it is not a 'breackpoints' attributes. Any help would greatly appreciated. Many thanks in advance, Regards, Michel [[alternative HTML version deleted]]
2002 Jun 05
1
Open a W2000 Session in a domain
Hello I am working on a Red Hat 7.1 with a samba 2.2.4 server. All is good i can configure my W2000 computer for the domain, but when he restart enable to join the domain always the same message "le compte systeme de l'ordinateur dans son domain principal est manquant" Yes I'm french So in english it's somthing like this "your computer is unkown by the primary
2008 Apr 13
1
R 2.7 package.skeleton
Hi the devel list I am testing package.skeleton in R 2.7 (download today). I get an error that I do not understand. I guess it is not an error from my code since I have no probleme when I source it. So is it a error in package.skeleton? Here is my code : --- 8< ------ File essai.r ------------- setClass( Class="ClusterizLongData", representation=representation(
2015 May 26
0
Compatibility issue between lme4 and kml (operateur "[")
Hi all, There is a compatibility issue between the package 'lme4' and my package 'kml'. I define the "[" operator. It works just fine in my package (1). If I try to use the lme4 package, then it does no longer work (2). Moreover, it has some kind of strange behavior (3). Do you know what is wrong? Any idea of how I can correct that? Thanks for your help Christophe ---
2011 Jan 11
1
as.environment.list provides inconsistent results under torture
Hello, Using R-devel (rev 53950), I get inconsistent results with as.environment( VECSXP ) when gctorture is on. Consider: a <- list( aa = rnorm, bb = runif ) gctorture(TRUE) as.environment( a ) The last line sometimes produces the correct environment, but sometimes I get errors. Here are the three situations: # good > as.environment( a ) <environment: 0x100b1c978> # not good
2011 Dec 21
3
NEWTON ALGORITHM
...)>epsi){ a=b b=(fp(a)*a-f(a))/fp(a) } out=NULL out=a return(out) } I must admit that my algorithm was painfully congested and I've been having headaches to get it to work. However, I always get the same error message: Erreur dans while (abs(-fp(a) * (b - a)) > epsi) { : valeur manquante là où TRUE / FALSE est requis De plus : Message d'avis : In log(x) : production de NaN Please forgive the French; it is my study language. Quite frankly I don't mind if I don't get the bonus marks, what is really important is that I understand why it doesn't work and what condition...
2006 Jun 12
1
Compiling wine under Kubuntu Dapper
/me has a problem : root@machine:~# apt-get build-dep wine Lecture des listes de paquets... Fait Construction de l'arbre des d?pendances... Fait Aucune version du paquet libjack0.80.0-dev n'est disponible, mais il existe dans la base de donn?es. Cela signifie en g?n?ral que le paquet est manquant, qu'il est devenu obsol?te ou qu'il n'est disponible que sur une autre source
2007 Aug 13
3
unicode
Salut alex, j''ai essayer d''encoder quelques fichiers pour faire des test. Il y a des sigles comme "€" que je ne peut pas encoder. le problème c''est que quand j''ouvre un fichier.txt par exemple et qu''il contient ce sigle, le contenu du fichier ne s''affiche pas. Compter-vous insérer ces sigles par la suite que l''on puissent les
2010 Jan 13
1
Problem fitting a non-linear regression model with nls
...=min(y), : \n le pas 0.000488281 est devenu inf?rieur ? 'minFactor' de 0.000976562\n" - "Error in nls(formule, data = cbind.data.frame(x, y), start = list(miny = min(y), : \n gradient singulier\n" - "Error in numericDeriv(form[[3]], names(ind), env) : \n Valeur manquante ou infinie obtenue au cours du calcul du mod?le\n") - "Error in nlsModel(formula, mf, start, wts) : \n singular gradient matrix at initial parameter estimates\n" So it seems that I reach a local extremum each time. I know that most of the problem comes from the choice of the init...
2005 Jul 22
1
multiplicate 2 functions
Thks for your answer, here is an exemple of what i do with the errors in french... > tmp [1] 200 150 245 125 134 345 320 450 678 > beta18 Erreur : Objet "beta18" not found //NORMAL just to show it > eta [1] 500 > func1<-function(beta18) dweibull(tmp[1],beta18,eta) > func1<-func1(beta18) * function(beta18) dweibull(tmp[2],beta18,eta) Erreur dans dweibull(tmp[1],
2012 Jul 07
2
[LLVMdev] Crash using the JIT on x86 but work on x64
Hello everyone, i’m using LLVM (updated to 3.1 after seeing that bug, but it’s the same with 3.0) for running a bitcode on a C++ program, and Clang for compiling it. My code work perfectly, as expected on x64, but crash on x86. I’m on Windows 7 x64 and LLVM + Clang was compiled using Visual Studio 2010 (tested in both Release and Debug build). Project was make using CMake. Here is my code:
2006 Oct 25
0
Help message translation quiete strange (nv 50)
Hello, just installed build 50, and typed ''zfs'' in a shell. I got the help message, and was surprised with it : -------------------- bash-3.00# zfs commande manquante syntaxe : zfs command args ... o? ''command'' est l''une des possibilit?s suivantes : create [[-o property=value] ... ] <filesystem> create [-s] [-b blocksize] [[-o property=value] ...] -V <size> <volume> d?truire [-rRf]...
2011 Aug 16
0
exponential with decreasing
...x<-Regress$EWT y<-Regress$MSI7 plot(y ~ x) fm <- nls(y ~ f(x,a,b), data =Regress, start = c(a=1, b=1)) co <- coef(fm) curve(f(x, a=co[1], b=co[2]), add = TRUE) But in the line 7, it blocks with the following message: Erreur dans numericDeriv(form[[3L]], names(ind), env) : Valeur manquante ou infinie obtenue au cours du calcul du mod?le De plus : Messages d'avis : 1: In min(x) : aucun argument trouv? pour min ; Inf est renvoy? 2: In max(x) : aucun argument pour max ; -Inf est renvoy? - Please where is the problem? - What I can do to obtain R^2? - Is the method to verify homosced...
2009 Apr 13
0
debug/mtrace problem
Hello, In the past I have used intensively the mtrace function from the debug package, but now with my actual version of R(2.8.1) , it is impossible to use it anymore. I've updated all my packages, and I don't understand how solve this problem... Here is an example code : > foo<-function(){cat("Test Function")} > mtrace(foo) > foo() # A tcl/tk windows open
2011 Mar 23
0
Rulefit with R and missing values
...: (tt[2]-1)) { ref[i,j]=satisf1[i,j] } } erreur_pred<-array(1, dim=c(tt[1],1)) rfmod = rulefit (ref,resp,rfmode="class") Erreur dans if (xmiss <= bgstx) stop(paste("value of xmiss =", xmiss, "is smaller than largest predictor variable value =", : valeur manquante l? o? TRUE / FALSE est requis -- View this message in context: http://r.789695.n4.nabble.com/Rulefit-with-R-and-missing-values-tp3399190p3399190.html Sent from the R help mailing list archive at Nabble.com.
2004 May 26
0
troubles between a samba pdc server and its client
hye, people I can' t join the domain from a client pc. actually the pc is recognized as a menber of the domain but when I try to logon, even as root, it display the following message: "le systeme ne peut ouvrir de session sur ce domaine car le compte de l'ordinateur dans son domaine principal est manquant ou le mot de passe est incorrect" that it means the account of the
2012 Jul 07
0
[LLVMdev] Crash using the JIT on x86 but work on x64
Hi Skykill, > Hello everyone, i’m using LLVM (updated to 3.1 after seeing that bug, but it’s > the same with 3.0) for running a bitcode on a C++ program, and Clang for > compiling it. My code work perfectly, as expected on x64, but crash on x86. I’m > on Windows 7 x64 and LLVM + Clang was compiled using Visual Studio 2010 (tested > in both Release and Debug build). Project was make