search for: mxx

Displaying 8 results from an estimated 8 matches for "mxx".

Did you mean: mx
2008 Apr 29
5
If(cond) statement
...ement not work? I think I am following the documentation for if(cond) statements, and I have tried wrapping the cons.expr and alt.expr in {}, I get the same error. There is no example in the help file, and this is not covered in the Introduction to R, SimpleR or other tutorials I have looked into. mxx=max(cpx_list$nMV); mxy=max(trend_list$nMV); if (mxx>mxy) mxy=mxx else mxx=mxy Error: unexpected 'else' in "else" Why does this error message have the first 'else' in single quote and second in double??
2013 Oct 20
3
Errore : requires numeric/complex matrix/vector arguments
...LMTEST <- function(mY, mX, mZ)#mY, mX, mZ must be matrices!#returns the LM test statistic and the degree of freedom{iT = dim(mY)[1]ip = dim(mY)[2]iDF = dim(mZ)[2]*ipmE = mY - mX%*%solve(t(mX)%*%mX)%*%t(mX)%*%mY the error starts from the above step (t(mX)%*%mX)%*%t(mX)%*%mY RSS0 = t(mE)%*%mEmXX = cbind(mX, mZ)mK = mE - mXX%*%solve(t(mXX)%*%mXX)%*%t(mXX)%*%mERSS1 = t(mK)%*%mKdTR = sum(diag(solve(RSS0)%*%RSS1))LM = iT*(ip-dTR)pval = 1-pchisq(LM,df=iDF)return( c(pval, LM, iDF) )} Any suggestion? Where is the problem? I am getting craxy! Valentina [[alternative HTML version delet...
2012 Jul 02
0
Fit circle with R
...= 2*pi*Rf Af = pi*(Rf^2) m <- cbind(xf,yf,Rf,Cf,Af) return(m)} # CircleFitByPratt, returns: # [,1] and [,2] = centre of the fitted circle # [,3] = radius of fitted cirlce CircleFitByPratt <- function(x,y){ n <- length(x) centroid <- cbind(mean(x),mean(y)) Mxx=0; Myy=0; Mxy=0; Mxz=0; Myz=0; Mzz=0; for(i in 1:n){ Xi <- x[[i]] - centroid[1] Yi <- y[[i]] - centroid[2] Zi <- (Xi*Xi) + (Yi*Yi) Mxy = Mxy + Xi*Yi; Mxx = Mxx + Xi*Xi; Myy = Myy + Yi*Yi; Mxz = Mxz + Xi*Zi; Myz = Myz + Yi...
2004 Jan 07
1
generic name of variables
Dear R-list, I wish a very happy new year and send you a little question: I have different variables which names are m1, m2, m4, .., m10, ... and want to obtain for example mean of each of them without typing each mean(m1), mean(m2), .... What is the solution for decomposing names in mXX? With my best regards, EA. ============================================ Erik-André SAULEAU SEAIM Hôpital du Hasenrain BP 1070 87, Avenue de Altkirch 68051 MULHOUSE Cédex Tel: 03-89-64-79-95 Fax: 03-89-64-79-71 Mél: sauleauea@ch-mulhouse.fr Web: http://www.ch-mulhouse.fr ========================...
2008 Jun 25
0
[Fwd: AOL Mail]
...e Schroeder Technical Issues Del Sol Food Company, Inc.* (979)836-5978*(979) 836-5978* Dustin Davis wrote: >From what I can tell from looking at the logs is any messages that are sent from aol on one of their xxx-dxx.mx.aol.com servers seems to get through fine but if it is sent from a xxx-mxx.mx.aol.com server it gets returned without ever reaching my server. I haven't found anything on google yet and haven't found a forum or contact for aol support. I'll keep checking...Dustin imo-d23.mx.aol.com -------------- next part -------------- No virus found in this incom...
2003 Nov 02
17
New IAX software phone (for WIndows platform)
...e play device; - GSM codec support; - advanced phonebook(search/add/replace/delete); - 12 memories with one click access (just click one of the 12 buttons to directly dial the number); - you can memorize IAX type addresses then call them with a click of a button; - 99 memories with two keys access (Mxx); - unlimited number of memory locations (just limited by your HDD capacity), accessible through the phonebook interface; - can dial directly from the phonebook; - can use separate audio device than the default one (you can play MP3's through your soundcard/speaker and use an USB headset fort p...
2011 Dec 16
5
[Bug 8666] New: --debug=all9 fail
https://bugzilla.samba.org/show_bug.cgi?id=8666 Summary: --debug=all9 fail Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: chris at onthe.net.au QAContact: rsync-qa at
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking