Displaying 19 results from an estimated 19 matches for "fehlend".
Did you mean:
fehlen
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 Leberl
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 <- subset(BigFile,BigFile$TrackAll == i)
File$FishNr [1] <- 1
for ( a in File$X.Frame.Number...
2008 Aug 13
2
Tiny help for tiny function
...t;=0.8|x<=-0.8|x==NA)x
else("low corr.")
}
woks not:
x<-c(0.5,0.3,0.9,-0.9,-0.7,0.3)
y<-c(0.1,0.2,NA,-0.8,-0.4,0.9)
XY<-rbind(x,y)
Testi<-sapply(XY,extract.values,simplify=FALSE)
Fehler in if (x >= 0.8 | x <= -0.8 | x == NA) x else ("low corr.") :
Fehlender Wert, wo TRUE/FALSE n?tig ist
Error in if (x >= 0.8 | x <= -0.8 | x == NA) x else ("low corr.") :
Missing value, where TRUE/FALSE is needed
How can I do this right.
Thanks for help
B.
-----
The art of living is more like wrestling than dancing.
(Marcus Aurelius)
--
View t...
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.=miss...
2006 May 16
1
survival package - pspline
...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: survreg(Surv(time, status) ~ pspline(age,degree=0,nterm=4), cancer)
Output: Fehler in if (!doing.well && old$half < 2) { :
Fehlender Wert, wo TRUE/FALSE n?tig ist
I hope you can help me, Thanks
Birgit Rauchenschwandtner
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
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 m...
1999 Jan 05
0
Disposal of the message SAMBA digest 1932 from samba@samba.org failed.
...r or boundary.
Please check your message for this, correct possible errors and retry sending.
If the problem persists please contact the MAILsweeper administrator:
e-mail: MailServiceCenter@dresdner-bank.com
Ihre Nachricht konnte aus folgenden Gruenden nicht zugestellt werden:
- falsche oder fehlende Adresse,
- Fehler beim Scannen der Mail,
- unbekannte oder nicht erreichbare Mail-Domaene,
- unbekannter Mail-Benutzer,
- die Mail entspricht nicht dem RFC-Standard,
- falscher oder fehlender Mail-Header bzw. -Begrenzer.
Bitte ueberpruefen Sie Ihre Nachricht, korrigieren Sie moeglic...
1999 Jan 28
0
Disposal of the message SAMBA digest 1960 from samba@samba.org failed.
...r or boundary.
Please check your message for this, correct possible errors and retry sending.
If the problem persists please contact the MAILsweeper administrator:
e-mail: MailServiceCenter@dresdner-bank.com
Ihre Nachricht konnte aus folgenden Gruenden nicht zugestellt werden:
- falsche oder fehlende Adresse,
- Fehler beim Scannen der Mail,
- unbekannte oder nicht erreichbare Mail-Domaene,
- unbekannter Mail-Benutzer,
- die Mail entspricht nicht dem RFC-Standard,
- falscher oder fehlender Mail-Header bzw. -Begrenzer.
Bitte ueberpruefen Sie Ihre Nachricht, korrigieren Sie moeglic...
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 ?
my.optpar3<-nmkb(par=par.start,fn=my.loglike.normal,lower=constLo,upper=999,
control=list(restarts.max=9))
If you need more info, please let me know.
I would appreciate s...
2010 Oct 03
1
Modifying a data.frame
...o modify the object ex with the following short script:
for (i in ex) {
if(ex[i,3]=="A"|| ex[i,3]=="C"){
ex[i,4]<--9999
}
else {
ex[i,4]<-10
}
}
This script is creating an error message:
Fehler in if (ex[i, 3] == "A" || ex[i, 3] == "C") { :
Fehlender Wert, wo TRUE/FALSE n?tig ist
Why this script doesn't work properly?
Thanks a lot for your hints
Beat
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 an idea what goes wrong? I most
of the generated picture it is not possible to Brush or Identify.
Thanks in advance
Sigbert
2012 Aug 24
1
Fwd: Re: Package cwhmisc and problems
...atform: x86_64-apple-darwin9.8.0 (64-bit)
> * using session charset: UTF-8
> * checking for file ‘cwhmisc/DESCRIPTION’ ... OK
> * this is package ‘cwhmisc’ version ‘3.1’
> * checking package namespace information ... OK
> * checking package dependencies ...Fehler in if (x2 != x1) { : Fehlender
> Wert, wo TRUE/FALSE nötig ist
> Ausführung angehalten
>
> Grep-ing my source directory for '(x2 != x1)' does not find anything, so
> I guess this is a message internal to R CMD check. Before doing a binary
> search by moving out chunks of *.R and *.Rd files until the e...
2008 Mar 22
2
intraday OHLC plot
...gt; raw=read.delim2("eurusd2.csv")
> date.d=strptime(raw$Date..GMT,"%d-%m-%Y %H:%M:%S")
> x=ts(data=c(raw$Open,raw$High,raw$Low,raw$Last),c="mts")
> plotOHLC(x)
Fehler in if ((!is.mts(x)) || (colnames(x)[1] != "Open") ||
(colnames(x)[2] != :
Fehlender Wert, wo TRUE/FALSE n?tig ist
>
so there is a value missing where it expected a T/F...
In Details of the help on the function plotOHLC it says:
The time scale of x must be in Julian dates (days since the origin).
Perhaps anyone can provide help here?
Thanks,
Thomas
2009 Jan 07
1
troubles performing Moran.I test
...mmunities in total and I don's see what might be wrong
with the data...However, I have some NAs in there...
when I try to perform the test using:
Moran.I(datAL$LN.Rt05.Rt98., ALdist.inv, na.rm=TRUE)
I get the following error message:
Fehler in if (obs <= ei) 2 * pv else 2 * (1 - pv) :
Fehlender Wert, wo TRUE/FALSE n?tig ist
in english something like
error in if (obs <= ei) 2 * pv else 2 * (1 - pv) :
missing value, where TRUE/FALSE is needed
can anyone give me a hint what is going wrong??
many thanks in advance!!
Barbara
2013 Mar 30
1
normal mixture EM not working?
...would be equal to a pi of 0.3. Okay, I got this, I don't know why the R
procedures does this, but this would not be a problem. But the problem is,
that the outputs are way to different, sometimes I even get an error
message (german): Fehler in while (dl > eps && iter < maxit) { : Fehlender
Wert, wo TRUE/FALSE nötig ist
Also, the number of iterations is very different, from 29 up to 1000 ......
Anyone can help? Thanks a lot!
[[alternative HTML version deleted]]
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
...1048576 Bytes
Disk /dev/sdf1 doesn't contain a valid partition table
mount -t ext3 /dev/sdf1 /export/iscsi01-UDV1/
(lot of german information, e.g. wrong fs-type, damaged superblock ...)
mount: Falscher Dateisystemtyp, ung?ltige Optionen, der
Superblock von /dev/sdf1 ist besch?digt, fehlende
Kodierungsseite oder ein anderer Fehler
Manchmal liefert das Syslog wertvolle Informationen ? versuchen
Sie dmesg | tail oder so
dmesg
... VFS: Can't find ext3 filesystem on dev sdf1.
But I'm sure, about using ext3. The error message is the same with
maount -t e...
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...