search for: bahaviour

Displaying 20 results from an estimated 28 matches for "bahaviour".

2020 Mar 17
0
strange bahaviour of predict.lm
Hello, I'm glad that it worked. Two things: 1. Please, click reply all to keep this threaded. 2. The question should have belonged to r-help at r-project.org, not to r-devel at r-project.org. Rui Barradas ?s 07:10 de 17/03/20, Moshe Olshansky escreveu: > It works, thank you! > > On Tuesday, 17 March 2020, 5:47:05 pm AEDT, Rui Barradas > <ruipbarradas at sapo.pt> wrote:
2007 Mar 28
1
Odd MeetMe bahaviour with MoH ...
Hi, I've just observed something a bit odd - I'm wondering if this is the expected behaviour, a bug/feature, or something I'm doing stupid! 1st person gets into MeetMe. Nothing fancy, just: exten => 987,1,MeetMe(400,iM) They enter the passcode and their name, then listen to MoH. So-far so good. Now the 2nd person dials in. They enter the pin-code, and at that point, the MoH
2020 Mar 17
2
strange bahaviour of predict.lm
Hello, Below is my code: > A <- matrix(rnorm(10*3),ncol=3) > b <- runif(10) > reg <- lm(b ~ A) > A1 <- matrix(rnorm(5*3),ncol=3) > A1 <- as.data.frame(A1) > b1 <- predict(reg,A1) Warning message: 'newdata' had 5 rows but variables found have 10 rows ? And instead of being an array of length 5, b1 is of length 10 and is identical to reg$fitted.values I
2011 Sep 14
10
[Bug 8456] New: improve --link-dest bahaviour
https://bugzilla.samba.org/show_bug.cgi?id=8456 Summary: improve --link-dest bahaviour Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: toralf.foerster at gmx.de QACon...
2009 Feb 12
3
trunc/floor a number -- strange bahaviour
Hi everybody, given a fresh rgui.exe load on winxp OS, I enter (a minimal exaple) n <- 12.357531 Then the following command: n <- (n - floor(n))*10; n gives the following outputs: [1] 3.57531 [1] 5.7531 [1] 7.531 [1] 5.31 [1] 3.1 [1] 1 === still as expected [1] 10 === not expected, count with me: 1 - floor(1) is zero, times 10 gives 0, not 10!!!! [1] 10 === should
2007 Dec 31
2
USB HID - interrupt reports
...I propose to simply ignore the data we receive there and only flush the respective report buffer. By doing so, at the time the interrupt reports are processed the first variable that is retreived will trigger a poll for the corresponding feature report and we should be fine. The impact on existing bahaviour is limited to one additional poll per report received over the interrupt pipeline. Effectively, we will only use polling from then on. Best regards, Arjen -- Eindhoven - The Netherlands Key fingerprint - 66 4E 03 2C 9D B5 CB 9B 7A FE 7E C1 EE 88 BC 57
2007 Apr 05
2
"old" rpm version package handling broken!? (SuSE8)
Hi! Using (among others) the pretty old SuSE8.1, I cant get puppet to install packages. The rpm programms bahaviour was changed somewhen between versions 3 and 4 (sry, donĀ“t know exactly when) and the old version does not support the "--nosignature" and "--nodigest" params and "--oldpackage" is purely an update parameter so when trying to install a package I allways get a "...
2008 Sep 23
2
read.table & readLines behaviour?
...looks correct (structure etc), except I only had 15000+ rows out of the expected 24000. Using 'readLines' instead, and breaking up the data by tabs, gives me the expected result. I do not understand why this is happening and I can't find anything obvious in the data to explain the bahaviour... Does anybody have an explanation? something to watch out for? If I run this I get the incomplete set: > oldprobesets<-read.table("All_norm_calls.txt",sep="\t",header=T,stringsAsFactors=F) > dim(oldprobesets) [1] 15733 11 but I get the right data if I use: >...
2011 May 11
1
ssh command line option processing behaviour
...previous command line ones, unfortunately, ssh only keep the first option processed. ex. : ssh -o BatchMode=no -o BatchMode=yes host cmd arg... the unix common expected behaviour is to have BatchMode = true, while ssh says BatchMode = false. how about to change the ssh command line processing bahaviour ? Regards, Cyrille Lefevre -- mailto:Cyrille.Lefevre-lists at laposte.net
2008 Apr 02
1
How to best read in this data / Switching rows and colums
...There are actually much more data points in the data, each line contains between 300 and 500 values. If I use something like this: lc <- read.csv("file", header = FALSE, sep = ",", fill = TRUE) R treats rows as columns and columns as rows. Is there someway to change this bahaviour? Or can i post process the data once I read it in? Thanks a lot! -- View this message in context: http://www.nabble.com/How-to-best-read-in-this-data---Switching-rows-and-colums-tp16447071p16447071.html Sent from the R help mailing list archive at Nabble.com.
2017 Oct 20
2
split() - unexpected sorting of results
Thanks, for the explanation. Still, I think this is surprising bahaviour which might be handled better. Best, Peter Am 20.10.2017 9:49 nachm. schrieb "I?aki ?car" <i.ucar86 at gmail.com>: > Hi Peter, > > 2017-10-20 21:33 GMT+02:00 Peter Meissner <retep.meissner at gmail.com>: > > Hey, > > > > I found this - for me - qu...
2014 Jun 29
2
Winbind does not read uidNumber
...winbind enum users = Yes winbind enum groups = Yes winbind use default domain = Yes idmap config * : range = 10000-20000 idmap config AD: backend = ad idmap config AD: range = 1001 - 2000 idmap config * : backend = tdb Interestingly the bahaviour is no different, if I simply put idmap uid and idmap gid lines instead of the more detailed config. And, if you doubt that I'm querying the right LDAP: root at samba4:/# cat /etc/ldap/ldap.conf BASE DC=ad,DC=microsult,DC=de URI ldap://samba.ad.microsult.de:3268 TLS_CACERT /etc/ce...
2004 Apr 02
1
PAM_LDAP fails with 3.7.1p2 when Shadow password installed on HP-UX 11.11
..._LDAP authentication with OpenSSH-3.6 on our HP-UX 11.11. When OpenSSH-3.7.1p2 is installed [with Darrens' password expiry patch 26], and when Shadow password bundle is installed on the system, our ssh authentication failed. Even, when the source is compiled without Darren's patch, the same bahaviour is seen and there is no success. When Shadow password is uninstalled, LDAP auth works. The error in sshd side we are getting is "PAM: No account present for user" [please refer attached debug file] I have installed OpenSSH-3.8 without any password expiry patch and that also works with...
2017 Oct 21
1
split() - unexpected sorting of results
...se R sorter and this can only be changed by changing their sources. Hope this helps, Rui Barradas Em 21-10-2017 00:32, Herv? Pag?s escreveu: > Hi, > > On 10/20/2017 12:53 PM, Peter Meissner wrote: >> Thanks, for the explanation. >> >> Still, I think this is surprising bahaviour which might be handled >> better. > > Maybe a little surprising, but no more than: > > > x <- sample(11L) > > > sort(x) > [1] 1 2 3 4 5 6 7 8 9 10 11 > > > sort(as.character(x)) > [1] "1" "10" "11" "...
2005 Jan 24
0
budgetone - pattern matching for ringtones - firmware 1.0.5.18
...ed "30" for 2nd ringtone then callerID "30" will match and callerid "301" will NOT match. This doesn't correspond to the wiki description ( http://www.voip-info.org/wiki-Asterisk+phone+grandstream+budgetone ). Can anybody confirm? Is there a workaround (the older bahaviour was more flexible)? Tx, Luka. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050124/79f5c9e2/attachment.htm
2008 Jun 25
1
[LLVMdev] Assert in SelectionDAGLegalize when using arbitrary size integers
...p; "Caller should expand or legalize operands that are not promotable!"); assert(NVT > VT && MVT::isInteger(NVT) == MVT::isInteger(VT) && "Cannot promote to smaller type!"); The assert fails in the first test. When trying to understand the bahaviour, I saw that : - VT value is 0xBFE : OK because 0xB is (bitwidth-1) and 0xFE is MVT::iAny from MVT::SimpleValueType - NVT value is 3 : OK because 3 = MVT::i16 from MVT::SimpleValueType What I don't really understand is the meaning of that first test in the assert : 'NVT > VT'. As i...
2009 Nov 07
0
Binning of integers with hist() function odd results (P (PR#14047)
...ould have expected the same distribution of counts in the > two cases, but clearly that is not happening. This is a simple example > to illustrate the behavior, originally I noticed this while binning a > large data sample where I had set the breaks=c(0,24,1). This is the correct intended bahaviour. By default, values which are exactly on the boundary between two bins are counted in the bin which is just below the boundary value. Except that the bottom-most break will count values on it into the bin just above it. Hence 1,2,2 all go into the [1,2] bin; 3,3,3 into (2,3]; 4,4,4,4 into (3,4]; a...
2017 Oct 20
0
split() - unexpected sorting of results
Hi, On 10/20/2017 12:53 PM, Peter Meissner wrote: > Thanks, for the explanation. > > Still, I think this is surprising bahaviour which might be handled better. Maybe a little surprising, but no more than: > x <- sample(11L) > sort(x) [1] 1 2 3 4 5 6 7 8 9 10 11 > sort(as.character(x)) [1] "1" "10" "11" "2" "3" "4" "5" &...
2009 Nov 07
0
Binning of integers with hist() function odd results (P (PR#14048)
...ribution of counts in the >> two cases, but clearly that is not happening. This is a simple >> example >> to illustrate the behavior, originally I noticed this while binning a >> large data sample where I had set the breaks=c(0,24,1). > > This is the correct intended bahaviour. By default, values which are > exactly on the boundary between two bins are counted in the bin which > is just below the boundary value. Except that the bottom-most break > will count values on it into the bin just above it. > > Hence 1,2,2 all go into the [1,2] bin; 3,3,3 into (2,3...
2006 Jun 27
1
Xen VT + FreeBSD
Hi, Does anybody installed FreeBSD to VT Xen Domain with success? I tired FreeBSD 6.0 Stable installer cd but after the SDL console bing up and the loader was fund I got the following messages scrolling on the console: BTX halted init=0000000d err=00000000 elf=00010046 eip=000090db eax=00050033 ebx=00042820 ecx=00000000 edx=0000a000 esi=00209701 ebi=0001f98 ebp=000d0000 esp=00001800 cs=0008