similar to: how to get output from a nested loop

Displaying 20 results from an estimated 200 matches similar to: "how to get output from a nested loop"

2010 Oct 06
3
what is the "NOT IN" operator
Good day, I need to subset a data by removing several rows. I know the %in% operator, i.e. sub <- mydata[group %in% c("A","B","E","G"), ] What I need is the opposite, that is remove rows and/or columns. What is the operator for "NOT IN"? I tried (i)! %in% and (ii) ^%in% and both resulted in a "could not find function" error.
2009 Jun 08
3
Plotting two regression lines on one graph
Hi! I have fitted two glms assuming a poisson distribution which are: fit1 <- glm(Aids ~ Year, data=aids, family=poisson()) fit2 <- glm(Aids ~ Year+I(Year^2), data=aids, family=poisson()) I am trying to work out how to represent the fitted regression curves of fit1 and fit2 on the one graph. I have tried: graphics.off() plot(Aids ~ Year, data = aids) line(glm(Aids ~ Year,
2012 Aug 31
2
dynamic list in aggregate()
Hi all, How can I have a dynamic list for different combinations of grouping factors in the following example? Thanks. dat <- data.frame(x=rnorm(100), a=sample(letters[1:5], replace = T), b=sample(letters[1:5], replace = T), c=sample(letters[1:5], replace = T), d=sample(letters[1:5], replace = T)) ## define grouping
2004 Jan 15
0
Rsync with smbfs filesystem and characters like é
Hello, I?m using samba version 3.0.1-Debian rsync version 2.6.0 protocol version 27 And mount version 2.12 With kernel 2.4.22 As far as in aware these are the latest versions in Debian unstable. The problem im having is when mirroring my mp3 collection file names with characters like ? ? ? etc. are not displayed in the linux filesystem and then when browsing to the directory through samba
2004 Jan 15
0
Rsync with smbfs filesystem and characters like é - updated from version on RSync List
Hello, I?m using samba version 3.0.1-Debian rsync version 2.6.0 protocol version 27 And mount version 2.12 With kernel 2.4.22 As far as in aware these are the latest versions in Debian unstable. The problem im having is when mirroring my mp3 collection file names with characters like ? ? ? etc. are not displayed in the linux filesystem and then when browsing to the directory through samba
2004 Jan 15
0
Re: Rsync with smbfs filesystem and character s like é - updated from version on RSync List
Unfortunately that didn?t work for me! I think there may be a bug somewhere although its possible that I have done something wrong somewhere. My reason for saying this is everything works perfectly when the windows machine is "uploading" the files but not when rsync is copying them. Regards Nic Colledge colledge@dsl.pipex.com n.j.colledge@bradford.ac.uk -----Original
2012 Feb 26
6
loop for a large database
Yes, I am a newbie. I have a data.frame (MyTable) of 1445846 rows and 15 columns with character data. And a character vector (MyVector) of 473491 elements. I want simply to get a data.frame with the count of how many times each element of MyVector appears in MyTable. I've tried a loop with : for (i in 1 : length (myvector)) sum (MyTable== i) but it crashes my computer. I've also
2004 Oct 13
1
Vorbis with SDL_mixer and mingw32
Hi, I've been trying to build a copy of libSDL_mixer under mingw32. The compile/link stage goes OK, but if I try and load an application that's been linked against SDL_mixer, I get a Windows error box with the following text: mixer1.exe: entry point not found The procedure entry point vorbis_synthesis_halfrate could not be located in the dynamic link library vorbis.dll. Are the .lib
2005 Feb 22
0
Samba 3.0.10 as a PDC
Hi, I'm trying to get Samba to act as the PDC for a domain populated by Win2k boxen. All the machines are running Windows 2000 Professional. Unfortunately, the 2k boxen all produce this error when I try and log in as a normal user: Windows cannot log you on because the profile cannot be loaded. Contact your network administrator REASON - Access is denied. Here's my smb.conf: [
2007 Feb 11
2
[Fwd: Disable a User's email account]
Dear All, The System is FC6... So, how to disbale a User's mail service ? eg : Sendmail ( SMTP ) + Dovecot ( pop3 /imap ). Edward. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20070211/fd834a4f/attachment-0001.html> -------------- next part -------------- An embedded and charset-unspecified text was
2009 Mar 02
1
how to pass a command variable in DOS to R program in R CMD BATCH
Hi all, I need to run a program (asreml) thousands of times and each time I have to provide a slightly different dataset. Because I have to run asreml under Windows (DOS or scripts) environment, I have trouble to pass a command variable (or pointer variable or %counter in the following example) to R program so at each counter R can generate a different data set for asreml to run. Any
2020 Feb 24
0
[RESEND PATCH v2 9/9] ath5k: Constify ioreadX() iomem argument (as in generic implementation)
From: Geert Uytterhoeven > Sent: 24 February 2020 12:54 > To: Krzysztof Kozlowski <krzk at kernel.org> ... > > > > diff --git a/drivers/net/wireless/ath/ath5k/ahb.c b/drivers/net/wireless/ath/ath5k/ahb.c > > > > index 2c9cec8b53d9..8bd01df369fb 100644 > > > > --- a/drivers/net/wireless/ath/ath5k/ahb.c > > > > +++
2018 Jul 13
0
[PATCH v6 3/3] x86: paravirt: make native_save_fl extern inline
Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK Registration No: 1397386 (Wales) Please consider the environment and don't print this e-mail unless you really need to -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20180713/b117ff94/attachment.html>
2018 Jul 17
0
[PATCH v6 3/3] x86: paravirt: make native_save_fl extern inline
- Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK Registration No: 1397386 (Wales) Please consider the environment and don't print this e-mail unless you really need to
2018 Oct 08
0
PROPOSAL: Extend inline asm syntax with size spec
From: Michael Matz > Sent: 07 October 2018 16:53 ... > I think the examples I saw from Boris were all indirect inlines: > > static inline void foo() { asm("large-looking-but-small-asm"); } > static void bar1() { ... foo() ... } > static void bar2() { ... foo() ... } > void goo (void) { bar1(); } // bar1 should have been inlined > > So, while the
2009 Sep 22
0
[LLVMdev] Provide
To whom it may concern, I recently touched base with Chris Lattner who recommended I should email the LLVMDEV mailing list for help. I am currently looking for Compiler Front End Software Engineers, £60,000K + 10% bonus + shares + benefits + relocation package. Are you interested or are you able to recommend anyone? Please let me know your thoughts either way. Job Purpose and
2020 Jan 08
1
[RFT 00/13] iomap: Constify ioreadX() iomem argument
Hi Geert, Le 08/01/2020 ? 09:43, Geert Uytterhoeven a ?crit?: > Hi Christophe, > > On Wed, Jan 8, 2020 at 9:35 AM Christophe Leroy <christophe.leroy at c-s.fr> wrote: >> Le 08/01/2020 ? 09:18, Krzysztof Kozlowski a ?crit : >>> On Wed, 8 Jan 2020 at 09:13, Geert Uytterhoeven <geert at linux-m68k.org> wrote: >>>> On Wed, Jan 8, 2020 at 9:07 AM Geert
2020 Feb 24
3
[RESEND PATCH v2 9/9] ath5k: Constify ioreadX() iomem argument (as in generic implementation)
On Thu, Feb 20, 2020 at 10:48:33AM +0100, Jiri Slaby wrote: > On 19. 02. 20, 18:50, Krzysztof Kozlowski wrote: > > The ioreadX() helpers have inconsistent interface. On some architectures > > void *__iomem address argument is a pointer to const, on some not. > > > > Implementations of ioreadX() do not modify the memory under the address > > so they can be
2009 Oct 28
0
running aov() and lme() on 64-bit
Good day, I'm ran aov () and lme() on a split-plot using a 64-bit machine. For aov() I don't see the values for ErrorA, F-value and p-value in the output. For lme(), output is different from results from a 32-bit. Please see codes used and corresponding output. Is my code wrong and/or not sufficient or is this a compatibility issue? ************** model1<-aov(Y~Main*Sub +
2010 Dec 25
0
For sale Yamaha DGX-640 Grand Piano Keyboard for $450USD
We are wholesale supplier of DJ equipment here in Taiwan.We have various model in stock such as Guitar,Amps/Effects,Bass,Drums,Keyboards,Live Sound in stock.interested buyers should contact us at the below address yangmiaofenggear at yahoo.com yangmiaofenggear at hotmail.com Pioneer DJM 909 ...................$500USD PIoneer DJM 700 ...................$450USD Pioneer DJM 800