search for: funktionsaufruf

Displaying 8 results from an estimated 8 matches for "funktionsaufruf".

2008 Apr 21
1
ANCOVA
R version 2.6.2 PowerBook G4 Hello R User, I try to perform an ANCOVA using the glm function. I have a dataset with continuous and categorical data (explanatory variables) and my response variable is also binary categorical. Fehler: NA/NaN/Inf in externem Funktionsaufruf (arg 4) Zus?tzlich: Warning messages: 1: In Ops.factor(y, mu) : - nicht sinnvoll f?r Faktoren (makes no sense for factors) 2: In Ops.factor(eta, offset) : - nicht sinnvoll f?r Faktoren 3: In Ops.factor(y, mu) : - nicht sinnvoll f?r Faktoren My dataset contains NA`s but if I try to use na.exclude...
2007 Jun 19
1
Dissimilarity Analysis
...nd 2 with this code: DisTest<-dsvdis(Test, index = "sorensen") But I always get back this error message: Warnung in symbol.For("dsvdis") :'symbol.For' is not needed: please remove it Fehler in dsvdis(Test, index = "sorensen") : NA/NaN/Inf in externem Funktionsaufruf (arg 1) Zusätzlich: Warning message: NAs durch Umwandlung erzeugt By the way I tried to import my table with the scan function because I didn´t really understand what I have to fill in in the what Argument if I want to define it as a list. scan(file = "", what = double(0), nmax = -1...
2011 Nov 21
1
Problems using log() in a plm() regression.
...ude, model="pooling") When i run this it gives the following error (the error remains when i use other model = "" specifications like "within" or "random"): /Fehler in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : NA/NaN/Inf in externem Funktionsaufruf (arg 1) / The translation would be something like: /Error in lm.fit(x,y, offset = offset, singular.ok = singular.ok, ...) : NA/NaN/Inf in external fuction call (arg 1)/ This error disappears and the regression work perfectly when i remove the log() from *RD*. The log of *I_EQON* on the other han...
2012 Jan 17
1
pretty(range(data$z),10) Error
Hello, R-List, I'm getting error messages when adding geom_density2d() [package 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...
2008 Feb 13
1
lmer: Estimated variance-covariance is singular, false convergence
...or both models. I attachet a symmary of the used data.frame, a randomly selected subset and the summarys of cracks.lmer and cracks.lmer1 in a *.txt file (modified with kate). Some xyplots are attached as *.png. (The error message on the plots means "Error using packet 5, NA/NaN/Inf in externem Funktionsaufruf", excluding these transects does not change the lmer message.) My question is: Is it possible and does it make sense to fit these date with lmer? I do get outputs, but they dont seem really reliable to me. I hope that this is not a stupid and unnecessary question, but i did't really find...
2007 Jun 20
1
Dissimilarity
...uot;sorensen") >> >> But I always get back this error message: >> >> Warnung in symbol.For("dsvdis") :'symbol.For' is not needed: please >> remove it >> Fehler in dsvdis(Test, index = "sorensen") : >> NA/NaN/Inf in externem Funktionsaufruf (arg 1) >> Zusätzlich: Warning message: >> NAs durch Umwandlung erzeugt > > > > Second - you have an issue with missing data. It looks like dsvdis > does not > like the NA's - so you must make a decision about what to do. > Delete that > species, delete...
2005 Nov 09
2
error in NORM lib
...tahat1 <- em.norm(s1) theta1 <- da.norm(s1,thetahat1,steps=20,showits=TRUE) # error: # Steps of Data Augmentation: # 1...2...3...4...5...6...7...8...Fehler: NA/NaN/Inf in externem Funktionsaufruf (arg 2) thetahat2 <- em.norm(s2) ( imputed1 <- imp.norm(s1,thetahat1,dframe) ) # very strange imputed values # almost >200% to big than expected ( imputed1.1 <- imp.norm(s1,theta1,dframe) ) # not possible - because da.norm gives...
2011 Nov 23
0
R: Problems using log() in a plm() regression.
...ude, model="pooling") When i run this it gives the following error (the error remains when i use other model = "" specifications like "within" or "random"): /Fehler in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : NA/NaN/Inf in externem Funktionsaufruf (arg 1) / The translation would be something like: /Error in lm.fit(x,y, offset = offset, singular.ok = singular.ok, ...) : NA/NaN/Inf in external fuction call (arg 1)/ This error disappears and the regression work perfectly when i remove the log() from *RD*. The log of *I_EQON* on the other han...