search for: lmx

Displaying 13 results from an estimated 13 matches for "lmx".

Did you mean: llx
2008 May 12
2
Collection of lm()s
Hello, I would like to create a subscriptable collection (presumably a list) of lm() models. I have a data frame DX containing 6 groups of data. The general idea is (NOT RUN) ... for (i in 1:6) { DXS = subset( DX, <whatever>); LMX[ i] = lm( <formula>, data = DXS); } Now access model results by subscript ... e.g. coefficients( LMX[ 2]). Or would it be [[ 2]]? I have experimented with various schemes, attempting to "pre-allocate" a list etc. without success. Also, I assume that lm() does not make a copy o...
2006 Jun 20
0
RE Network UPS Tools - ID string
...test it and report back. Arnaud Quette -- Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer - http://people.debian.org/~aquette/ OpenSource Developer - http://arnaud.quette.free.fr/ John Donets <john@lmx.ru> 06/19/06 08:03 PM Veuillez r¨¦pondre ¨¤ John Donets <john@lmx.ru> A arnaud.quette@mgeups.com cc Objet Network UPS Tools - ID string §±§â§Ú§Ó§Ö§ä§ã§ä§Ó§å§ð, I use your Network UPS Tools (thanx a lot!) under FreeBSD, and every boot a have a string like this: Network UPS Too...
1999 Mar 22
4
Bind failed on port 137
Has anyone had this one? My log.nmb file gives: 1999/03/22 11:29:48 netbios nameserver version 1.9.18p10 started Copyright Andrew Tridgell 1994-1997 1999/03/22 11:29:49 becoming a daemon Added interface ip=10.1.7.1 bcast=10.1.255.255 nmask=255.255.0.0 bind failed on port 137 socket_addr=10.1.7.1 (Address already in use) make_subnet: Failed to open nmb socket on interface 10.1.7.1 for port 137.
2007 Dec 18
2
Is cp then mv the default?
...sion 2.5.7 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 64-bit system inums, 64-bit internal inums Regards, Clayton -- Clayton (Yiqi) Tang, LMX / Autotrader Production Management 212-526-7493, 745-7th Ave, New York, NY 10019 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not...
2007 Jan 30
1
Error message when building a package
...frt.c -o fifrt.o gfortran-4.0 -arch ppc -fPIC -g -O2 -c fthrt.f -o fthrt.o gcc-4.0 -arch ppc -std=gnu99 -dynamiclib -Wl,-macosx_version_min -Wl,10.3 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o roots.so fifrt.o fthrt.o -lgfortran -lgcc_s -lSystemStubs -lmx -lSystem -L/Library/Frameworks/R.framework/Resources/lib/ppc -lR -dylib_file libRblas.dylib:/Library/Frameworks/R.framework/Resources/lib/ppc/libRblas.dy lib /usr/bin/libtool: unknown option character `m' in: -macosx_version_min Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile...
2001 Mar 05
1
Socket addr error in the smbd start - HPUX
Mrs, I´m a Brazilian and i don´t speak english very well, but i need try , ok . I need your help. Well, i want install the samba 2.0.7 in HP-UX 10.20. The install process is not completely ok, but install. This is the message in the install process : _______________________________________ /var/tmp/AAAa23547/catalog/samba/samba-ROOT/configure[101]: Syntax error at line 129 :
2006 Mar 14
1
Fwd: makeconf issue on R-devel 2006-03-12 r37524
...-fPIC -fno-common -g -O2 -c kuantile.f -o kuantile.o > gcc -flat_namespace -bundle -undefined suppress -L/sw/lib -L/usr/ > local/lib -o kuantile.so > dsel05.o kuantile.o -L/usr/local/lib/gcc/powerpc-apple- > darwin8/4.0.0 -L/usr/local/lib/gcc > -lgfortran -lgcc_s -lSystemStubs -lmx -lSystem -F/Library/ > Frameworks/R.framework/.. -fram > ework R > ERROR: compilation failed for package 'kuantile' > ** Removing '/Users/roger/Projects/kuantile/kuantile.Rcheck/kuantile' > > isn't there something fishy with the specification of the Makeconf...
2008 Mar 05
1
degrees of freedom extraction
Hello, II used the logLik() function to get the log-likelihood estimate of an object. The function also prints the degrees of freedom. How can I extract the degrees of freedom and assign it to a variable. Below is the output: > logLik(fit2pl) 'log Lik.' -4842.912 (df=36) Thanks, Davood Tofighi [[alternative HTML version deleted]]
2007 Mar 06
2
acronym tag
Hello, is there an acronym method in php markdown extra ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://six.pairlist.net/pipermail/markdown-discuss/attachments/20070306/e146240b/attachment.html
2000 Jun 02
3
graphical parameters in plot
I'm using plot to make a simple plot but I want to control where the tick marks go on bot axes. The graphical parameters xaxp and yaxp seem to be ignored by the plot function so I tried setting them using op <- par(no.readonly=T) par(xaxp=c(-2.4,-2.2,5), yaxp=c(-2500,10000,6)) plot(...) par(op) but they are still ignored. Next I tried to use the axis function as follows op <-
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed: Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC) Remote gcc version: gcc (GCC) 3.2.2 Remote g++ version: g++ (GCC) 3.2.2 Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib make[5]: Entering directory `/local/build/R-1.7.0/src/library' >>> Building/Updating
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port. Problem: For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...M=(+BQ^Ji7hBUddf zAvZ|)<i<KdX%`=r@>wldD134yg;KaTU3a4f at 9=mmxr1`ogqKe0HB=fVuC&pn8%#yE zGYq=BW~RXuh0QXU+?vfcm<HOX6)nq`^$}^-rFy$kqa7xKS#*s?U>0mO+GSglAX!u! zd{6Per?8%wWftlYm3q6_>nhQnRgzWY-i at f88jXgm_Mx}Xz$m5NlgpLSDZCnqh#p3V zi5TIj20B!y#z0C&^wE{0g%*w}O9U=gQW3)o<cWwzH+n=klmxPrx7e1lPO9)01 at k;@ z84{+&?e?n090S_>EQM|b!2{a3f3892+>7d(l5Z>@fkiCopJ&LB1wE_DR{BPv#o<!g zo_Jn=QLM$kSnG^IYrj(2qg1u#LY>bOXQn1A5h(hT6}eY_N93_q$!p<R{-K?U^^p?W zsf5;IWUp0%H44!rih&wo2Ax&Xi>Bu?-oF)AH~C3-D&|}RsniN{o>7sAUQjDQkhUv{ zV$P;D);)@6l+zk2K3%ii`E(6)@6$HTy-(...