search for: fehlendes

Displaying 19 results from an estimated 19 matches for "fehlendes".

Did you mean: fehlender
2012 Jan 17
1
pretty(range(data$z),10) Error
...ackage ggplot2]: ============================================================================ Fehler in pretty(range(data$z), 10) :   NA/NaN/Inf in externem Funktionsaufruf (arg 1) Zusätzlich: Warnmeldungen: 1: Removed 10000 rows containing missing values (stat_contour). 2: In min(x) : kein nicht-fehlendes Argument für min; gebe Inf zurück 3: In max(x) : kein nicht-fehlendes Argument für max; gebe -Inf zurück 4: In min(x) : kein nicht-fehlendes Argument für min; gebe Inf zurück 5: In max(x) : kein nicht-fehlendes Argument für max; gebe -Inf zurück =====================================================...
2006 Sep 22
2
inequality with NA
Dear everybody! take a<-c(5,3,NA,6). if(a[1]!=NA){b<-7} if(a[3]!=5){b<-7} if(a[3]!=NA){b<-7} if(a[3]==NA){b<-7} will alltogeather return Fehler in if (a[1] != NA) { : Fehlender Wert, wo TRUE/FALSE n?tig ist (or simularly). Somehow this is logical. But how else should I get out, whether a certain vector-component has an existing value? Thank you in advance! Yours, Mag. Ferri
2012 Oct 20
2
can't find the error in if function... maybe i'm blind?
Hi everybody, the following alway gives me the error "Fehler in if (File$X.Frame.Number[a] + 1 == File$X.Frame.Number[a + 1]) (File$FishNr[a] <- File$FishNr[a - : Fehlender Wert, wo TRUE/FALSE n?tig ist". Maybe its stupid, but i'm not getting why... Maybe someone can help me. Thanks a lot! for (i in unique(BigFile$TrackAll)) { File <-
2008 Aug 13
2
Tiny help for tiny function
I just started to write tiny functions and therefore I appologise in advance if I am asking stupid question. I wrote a tiny function to give me back from the original matrix, a matrix showing only the values smaller -0.8 and bigger 0.8. y<-c(0.1,0.2,0.3,-0.8,-0.4,0.9) x<-c(0.5,0.3,0.9,-0.9,-0.7,0.3) XY<-rbind(x,y) extract.values<-function (x) { if(x>=0.8|x<=-0.8)x
2004 Aug 06
0
compiling under redhat
...ed to get the configure run through - i installed or updated the various librarys. it is unsure though if the errors seen are not in the end fatal. when i now run make it tells me this: Making all in src make[1]: Wechsel in das Verzeichnis Verzeichnis »/root/icecast/icecast/src« Makefile:220: *** Fehlendes Trennzeichen.. Schluss. make[1]: Verlassen des Verzeichnisses Verzeichnis »/root/icecast/icecast/src« make: *** [all-recursive] Fehler 1 for your better understanding i'll translate a bit: Wechsel in das Verzeichnis Verzeichnis=changing into directory Fehlendes Trennzeichen.. Schluss.=missin...
2006 May 16
1
survival package - pspline
help Hello, I?m a statistic student in Austria and I have to do a survival analysis in R by using psplines as regressor. My problem is that I sometimes (I think it depends on the choose of the parameters) get a error message, but I do not know what it means. After that I tried the procedure with an example dataset R is providing. Although using the cancer dataset I also get this message. Input:
2011 Mar 13
2
Setting the language of Rs error messages
Hi, My R has been installed on a Ubuntu linux computer in Germany. The error messages I get are in German, for example: In min(magnitudes) : kein nicht-fehlendes Argument f?r min; gebe Inf zur?ck I would like those to be displayed in English, for pasting them into google. I tried searching for "R language", which brings me a ton of results for.. well, the R language :) "R german english" just resulted in a bunch of dictionaries. I mos...
1999 Jan 05
0
Disposal of the message SAMBA digest 1932 from samba@samba.org failed.
Your message has been blocked from being delivered due to the following.. - false or missing mail adress, - scanning error, - unknown domain or domain unreachable, - unknown mail user, - mail is not RFC conformant, - false or missed mail header or boundary. Please check your message for this, correct possible errors and retry sending. If the problem persists please contact the
1999 Jan 28
0
Disposal of the message SAMBA digest 1960 from samba@samba.org failed.
Your message has been blocked from being delivered due to the following.. - false or missing mail adress, - scanning error, - unknown domain or domain unreachable, - unknown mail user, - mail is not RFC conformant, - false or missed mail header or boundary. Please check your message for this, correct possible errors and retry sending. If the problem persists please contact the
2012 Nov 05
1
Error message in nmkb()
Hallo together, I am trying to use the nmkb() optimizer and I have problems using the function, as it causes the following error message Fehler (error)* in while (nf < maxfeval & restarts < restarts.max & dist > ftol & : Fehlender Wert (missing value)* , wo (where)* TRUE/FALSE n?tig ist (is required)* *translation Do I need to adjust the control ?
2010 Oct 03
1
Modifying a data.frame
Hello list members I have a problem with modifying a data.frame. As an example given is a data.frame called ex : ex<-data.frame(id=c(1,2,3,4,5,6),obs=c(14,9,20,36,55,47),eff=c("A","A","B","C","C","C")) After that I would like to modify the object ex with the following short script: for (i in ex) { if(ex[i,3]=="A"||
2010 Feb 01
3
playwith error message
Hi, I'am using the playwith library to write my own small GUI application. But I get the following error under Windows and Linux (Ubuntu): Error in if ((modeOK %in% c("Identify", "Brush")) && (actions$ident == : Fehlender Wert, wo TRUE/FALSE n?tig ist Under linux my R program simply continues, but under Windows it stops. Since it is not in my code, has anyone
2012 Aug 24
1
Fwd: Re: Package cwhmisc and problems
-------- Original-Nachricht -------- Betreff: Re: Package cwhmisc and problems Datum: Fri, 24 Aug 2012 07:34:14 +0100 Von: Prof Brian Ripley <ripley@stats.ox.ac.uk> An: Christian Hoffmann <c-w.hoffmann@sunrise.ch> Kopie (CC): CRAN@r-project.org This is the address for CRAN submissions. Please ask for help on R-help or R-devel. On 23/08/2012 20:16, Christian Hoffmann wrote:
2008 Mar 22
2
intraday OHLC plot
I want to create a open/high/low/last plot of intraday data. I try to use the function plotOHLC from the tsteries package. I create my own multiple time series and then try to plot it. raw Data Format (file eurusd2.csv): "Date (GMT)" "Open" "High" "Low" "Last" 17-03-2008 00:00:00 1,5764 1,5766 1,5747 1,5750 17-03-2008 00:05:00 1,5749 1,5750 1,5741
2009 Jan 07
1
troubles performing Moran.I test
dear R users, I have troubles performing Moran.I test as suggested on http://www.ats.ucla.edu/stat/r/faq/morans_i.htm my spatial data are longitude and lattitide of communities. The calculation of the inverse distance matrix according to the homepage (using my data) datAL <- read.csv2("C:\\Konvergenz AL.csv", header=T) ALdist <- as.matrix(dist(cbind(datAL$L?nge,
2013 Mar 30
1
normal mixture EM not working?
Hi, I am currently working on fitting a mixture density to financial data. I have the following data: http://s000.tinyupload.com/?file_id=00083355432555420222 I want to fit a mixture density of two normal distributions. I have the formula: f(l)=πϕ(l;μ1,σ21)+(1−π)ϕ(l;μ2,σ22) my R code is: normalmix<-normalmixEM(dat,k=2,fast=TRUE) pi<-normalmix$lambda[1] mu1<-normalmix$mu[1]
2007 Jun 28
5
Repeat if
Hello, (Power Book G4, Mac OS X, R 2.5.0) I would like to repeat the function range for 85 Vectors (V1-V85). I tried with this code: i<-0 > repeat { + i<-i+1 + if (i<85) next + range (Vi, na.rm = TRUE) + if (i==85) break + } I presume that the Vi is wrong, because in this syntax i is not known as a variable. But I don´t know how to say that it is a variable here. Would be nice if
2009 Nov 12
1
no valid partitiontables anymore
Hi, recently I had to shut down an iscsi-raid an the connected servers. After the reinstallation and changing the ip config to match our new lan design, I can login to the iscsi device, the volumes are there and I can establish an iscsi link to some volumes. But, some other volumes on the iscsi device are reported with an invalid partition table or that they can't be mounted. e.g.: fdisk
2012 Jan 11
0
Error in charToDate(x)
...atible Methoden ("Ops.POSIXt", "Ops.Date") f?r ">=" 2: In which(index(model.data) <= as.Date(data.window[2], origin = "1970-01-01")) : Inkompatible Methoden ("Ops.POSIXt", "Ops.Date") f?r "<=" 3: In max(i) : kein nicht-fehlendes Argument f?r max; gebe -Inf zur?ck Can someone please please tell me what I am doing wrong? I guess it is something very simple and I'm just stupid here. Thank you guys very much!!! Marco -- View this message in context: http://r.789695.n4.nabble.com/Error-in-charToDate-x-tp4287158p4287158.h...