similar to: Bug or feature? sum(c(a, b, c)) != (a + b + c)

Displaying 20 results from an estimated 1000 matches similar to: "Bug or feature? sum(c(a, b, c)) != (a + b + c)"

2007 Dec 21
4
StoryRunner docs/guidance
Hi all, Are there any plans for better documentation for the new StoryRunner feature? I tried to use it today (with Rails), and had a hard time getting my head around whether I was doing it "right" and exactly what things are appropriate to test at that level (this might be exacerbated by the fact that I''ve never really used integration testing that much). A full example of
2012 Nov 27
3
Psych package: fa.diagram, how to re-arrange layout so numbers do not over-write each other
Dear R help I have conducted a fa() analysis, and I want to use fa.diagram to assess the extent to which the 11 latent factors predict the 37 items in a psychological battery. However, the display on the screen has very large font size for the coefficients of the relationship between the 11 factors and the 37 items, so the numbers overlap and are therefore illegible. When I output this to a
2011 Jul 08
2
manipulating "by" lists and "ave()" functions
dear R wizards---more ignorance on my part, exacerbated by too few examples in the function documentations. > d <- data.frame( id=rep(1:3,3), x=rnorm(9), y=rnorm(9)) Question 1: how do I work with the output of "by"? for example, > b <- by( d, d$id, function(x) coef(lm( y ~ x, data=x ) )) > b d$id: 1 (Intercept) x 0.2303 0.3618
2002 Sep 02
2
c't listening test: Ogg problem at 128kbps
Hi there, I'm new to this list, and in fact rather new to the Ogg/Vorbis codec altogether. I recently downloaded the test files from the test conducted by the German computer magazine c't (this was mentioned by someone here recently). The idea was that you were given seven WAV files each for 64kbps and 128kbps, and had to rate them. The files were randomly chosen for each participant.
2013 Apr 12
2
Creating "%d/%m/%Y %H:%M:%S" format from separate date and time columns
Hi R forum, Each row of my data (below) show a new contact event between animals. In order to ultimately look at the patterns of intervals between contacts, I need to calculate a contact end time. The contact starts at the date and time shown in V4 and V5, and lasts for the duration shown IN SECONDS in V6: > data2<- read.csv(file=file.choose(), header=F, sep=" ") >
2013 Apr 25
1
[LLVMdev] Minor FileCheck proposal: CHECK-UNIQUE for labels to improve error messages
Hi, Apologies if this has been proposed before; I couldn't find anything in basic searching. I've been writing tests lately and noticed that the error messages are not very helpful in cases where a check is incorrect but matches something that occurs in a later block: the checker continues assuming that the matched line is correct (no matter how much farther ahead it occurs) and then
2019 May 14
2
Samba4 changing a user's password from linux workstation
On Tue, May 14, 2019 at 3:42 AM Rowland penny via samba <samba at lists.samba.org> wrote: > > On 14/05/2019 08:30, Julien TEHERY via samba wrote: > > Yep I allready tried it, it ends with "kpasswd preauthentication > > failed getting initial ticket" What does "klist" say? And can you run "kinit" to ensure you have a valid ticket? One of my
2015 May 26
4
MetaCran website v1.0.0-alpha
On Tue, May 26, 2015 at 12:18 PM, Gabriel Becker <gmbecker at ucdavis.edu> wrote: > On Tue, May 26, 2015 at 9:25 AM, Yihui Xie <xie at yihui.name> wrote: > >> I cannot speak for other package authors, but for all my own packages, >> I have provided the BugReports field in DESCRIPTION that points to the >> Github issues page. You can probably use this field to
2002 Oct 01
1
R CMD check dependency simplification
I am trying to re-organizing my Makefile for testing my R packages and I am having trouble finding a structure I like. The problem seems to be that "R CMD check", which does wonderful things, does not allow dependency information to flow through very gracefully. That is, since everything is copied into the pkg.Rcheck directory, it is difficult to make any changes to source files without
2007 Jul 02
2
Backup Echo Suppression
On Jul 2, 2007, at 7:34 PM, Jean-Marc Valin wrote: > Selon "Coffey, Michael" <mcoffey@avistar.com>: >> Believe me; I've "played with" priorities and buffering. > > Then either you haven't played well enough or you're using a > braindead OS. This is sort of what I was talking about with nibbling. Imagine you have a microphone sampling
2005 Oct 12
2
Vanished Files issue/enhancement
Hi Rsync/Samba team, First of all, cudos on rsync 2.6.6! It is running exceptionally well. I'm using a script executed by cron to keep warm-backup servers in sync with the primary server. The execution is set to run every 5 minutes. Like any good programmer, this process is *very* paranoid and uses 'wall' to notify the users if any error occurs during the transmissions. This is
2004 Aug 06
5
icecast2 disconnects..
weird..I posted this a few days ago, but it never showed up... anyway, here it is (again) :) --------------------------------------------------- while we are talking about disconnects, I'll mention the fact that apparently when metadata song changes are done by a source (mine namely), icecast2 seems to want to disconnect each listener. I have confirmed that on metadata song changes, on
2011 Aug 27
1
Degrees of freedom in the Ljung-Box test
Dear list members, I have 982 quotations of a given stock index and I want to run a Ljung-Box test on these data to test for autocorrelation. Later on I will estimate 8 coefficients. I do not know how many degrees of freedom should I assume in the formula for Ljung-Box test. Could anyone tell me please? Below the formula: Box.test(x, lag = ????, type = c("Ljung-Box"), fitdf = 0)
2010 Aug 05
1
Codec Conversion
Dear All, i would like to ask please if someone tried to make a codec conversion from ilbc to g729, because i did that but the voice quality was too bad and a lot of disconnection.. Can i get your feedback regarding this issue please? regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Feb 08
2
conferencing without DAHDI
Hi! IIRC there was an announcement some time ago that it is possible now to make conferences without the need for DAHDI anymore - but I can not remember the name of this feature anymore, and google didn't solved my problem. Thus, any references to this new system are appreciated. thanks klaus
2006 Sep 26
1
centosplus kernel upgrade
the upgrade itself is fine...no problems but I am confused about 1 thing. In order for yum to it's thing w/out updating the kernal, I put this: "exclude=kernel". I put this line in every division of /etc/yum.repos.d. i.e. Base, Updates, Addons, etc. my question is: I don't really know the proper way to exclude. thx John Rose
2004 Aug 06
2
icecast2 disconnects..
i can confirm that this fixes the bug. <p>On Sun, 2002-10-06 at 06:12, Michael Smith wrote: > At 09:29 PM 10/4/02 -0500, you wrote: > >weird..I posted this a few days ago, but it never showed up... > > It did, I just didn't get around to looking at it in depth... > > > > >anyway, here it is (again) :) >
2005 Aug 09
3
[Bug 910] known_hosts port numbers
http://bugzilla.mindrot.org/show_bug.cgi?id=910 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #920 is|0 |1 obsolete| | ------- Additional Comments From dtucker at zip.com.au 2005-08-09 23:09 -------
2001 Oct 08
3
hd sometimes 'hangs' a few seconds
hi, I recently changed my filesystem to ext3 (from ext2), and since then, my hard disk sometimes seems to 'hang' a few seconds (in fact the whole system hangs then, and only the hd LED is on), before continuing normally... This happens for example (not always though) when I untar an archive and try to ls in the newly created directory... Is there an explanation for this? And if so,
2003 Feb 19
2
rsync/cygwin - strange behavior with VFAT-formatted USB-disk
Hi, we do a nightly backup using rsync (v2.5.6 as server on RedHat 7.3 and rsync 2.5.5 on Windows 2000/Cygwin). The backup media connected to the Windows-Client is a VFAT-formatted Maxtor USB-Disk. Everytime I run rsync from the windows-client, the following error occurs: --- <snip> --- rsync.exe -avzr --compress --stats --delete --timeout=240 --modify-window=2 rsync@server::development