Displaying 17 results from an estimated 17 matches for "warnmeldungen".
Did you mean:
warnmeldung
2012 Feb 16
1
Reading spss files into R - warnings
...t a question concerning reading spss files into R:
I used the package foreign and the following command:
read.spss("C:/Eigene Dateien/myspssfile.sav",to.data.frame=T)
I have read two different files into R (several times) and always got the
following two warning messages:
first file:
Warnmeldungen:1: In `levels<-`(`*tmp*`, value = if (nl == nL)
as.character(labels) else paste(labels, :
doppelt auftretende Faktorstufen werden nicht mehr zulässig sein2:
In `levels<-`(`*tmp*`, value = if (nl == nL) as.character(labels) else
paste(labels, :
doppelt auftretende Faktorstufen werden nic...
2009 Dec 11
3
`mgp[1:3]' are of differing sign (PR#14130)
...o R, you can find the following sentence in the par()
chapter:
"Use tck=0.01 and mgp=c(1,-1.5,0) for internal tick marks."
I thought that's nice, because I wanted to have tick marks and tick labels
inside and the axis title outside.
But:
> plot(z, las=1, tck=0.01, mgp=c(1,-1.5,0))
Warnmeldungen:
1: In plot.window(...) : `mgp[1:3]' are of differing sign
2: In plot.xy(xy, type, ...) : `mgp[1:3]' are of differing sign
3: In axis(side = side, at = at, labels = labels, ...) :
`mgp[1:3]' are of differing sign
4: In axis(side = side, at = at, labels = labels, ...) :
`mgp[1:3]'...
2012 Sep 05
2
Installing lumi and hdrcde
...es (10.9 Mb)
URL geöffnet
==================================================
downloaded 10.9 Mb
ERROR: dependency ‘hdrcde’ is not available for package ‘lumi’
* removing ‘/home/hnorpois/R/i686-pc-linux-gnu-library/2.14/lumi’
The downloaded packages are in
‘/tmp/RtmpMNrvTz/downloaded_packages’
Warnmeldungen:
1: In install.packages(pkgs = pkgs, repos = repos, ...) :
installation of package ‘lumi’ had non-zero exit status
2: 'rgl' cannot be updated, installed directory '/usr/lib/R/site-library'
not
writeable
[[alternative HTML version deleted]]
2012 Aug 27
3
Changing entries of column of type "factor"/Adding a new level to a factor
...quot;116/120","120/120",..: 2 3 2 1 4 1 2 2 3 2
$ M3 : Factor w/ 4 levels "0/0","300/300",..: 1 4 1 3 3 3 4 4 2 4
>
> #replace 0/0 by 999/999:
> for (r in 1:10)
+ for (c in 2:4)
+ if (input[r,c]=="0/0") input[r,c]<-"999/999"
Warnmeldungen:
1: In `[<-.factor`(`*tmp*`, iseq, value = "999/999") :
invalid factor level, NAs generated
2: In `[<-.factor`(`*tmp*`, iseq, value = "999/999") :
invalid factor level, NAs generated
3: In `[<-.factor`(`*tmp*`, iseq, value = "999/999") :
invalid factor l...
2010 Dec 06
1
package ca/rgl for ubuntu?
...RROR: configuration failed for package ?rgl?
* removing ?/home/kat/R/i486-pc-linux-gnu-library/2.12/rgl?
ERROR: dependency ?rgl? is not available for package ?ca?
* removing ?/home/kat/R/i486-pc-linux-gnu-library/2.12/ca?
Die heruntergeladenen Pakete sind in
?/tmp/Rtmp7r6s3h/downloaded_packages?
Warnmeldungen:
1: In install.packages("ca") :
Installation des Pakets 'rgl' hatte Exit-Status ungleich 0
2: In install.packages("ca") :
Installation des Pakets 'ca' hatte Exit-Status ungleich 0
thanks a lot for your help!
katharina
2011 May 10
1
Problem rgl
Dear List,
I'm using R on a Fedora 14 32 bit machine and I'm trying to use the
rgl-package, but get the following error-messages:
> library(rgl)
Warnmeldungen:
1: In rgl.init(initValue) : RGL: no suitable visual available
2: In fun(...) : error in rgl_init
> plot3d()
Fehler in rgl.cur() : rgl_dev_getcurrent
Does anyone know how to solve this problem?
Thanks in advance,
Marco
2012 Sep 03
2
boxplot - bclust
...problem with the commando of boxplot -bclust.
http://127.0.0.1:13155/library/e1071/html/boxplot.bclust.html
> data(iris)
> bc1 <- bclust(iris[,1:4], 3, base.centers=5)
Committee Member: 1(1) 2(1) 3(1) 4(1) 5(1) 6(1) 7(1) 8(1) 9(1) 10(1)
Computing Hierarchical Clustering
> boxplot(bc1)
Warnmeldungen:
1: In if (x$datamean) { :
Bedingung hat Länge > 1 und nur das erste Element wird benutzt (Condition
has length > 1 and only the first element is used) # It's normal? Why?
2: In if (x$datamean) { :
Bedingung hat Länge > 1 und nur das erste Element wird benutzt
3: In if (x$datamean)...
2012 Oct 06
1
Download limit
...mits? Where is this
limit set? I am using R 2.15-1 on Rstudio 0.96.331 in W7.
Best
Andrea
>tickers = spl('SPY,TLT,GLD,SHY')
>data <- new.env()
>getSymbols(tickers, src = 'yahoo', from = '1980-01-01', env = data, auto.assign = T)
<environment: 0x0b49ba98>
Warnmeldungen:
1: In download.file(paste(yahoo.URL, "s=", Symbols.name, "&a=", from.m, :
heruntergeladene Länge 261497 != angegebener Länge 200
[[alternative HTML version deleted]]
2013 Mar 19
1
fisher.alpha warnings
...library(vegan)
a <- c(2043, 1258, 52, 1867, 107, 1624, 2, 157, 210, 402, 5, 107, 267,
2, 13683)
b <- c(2043, 1258, 52, 1867, 107, 1624, 2, 157, 210, 402, 5, 107, 267,
2, 3000)
fisher.alpha(a)
fisher.alpha(b)
fisher.alpha(a) gave the following warnings:
> fisher.alpha(a)
[1] 1.572964
Warnmeldungen:
1: In log(p) : NaNs wurden erzeugt
2: In log(1 - x) : NaNs wurden erzeugt
3: In nlm(Dev.logseries, n.r = n.r, p = p, N = N, hessian = TRUE, ...) :
NA/Inf durch gr??te positive Zahl ersetzt
fisher.alpha(b) gave no warnings (note: only the last number in the
vector 'b' differs from '...
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 Inf zurück
5: In max(x) : kein ni...
2009 Jul 14
1
Ubuntu JGR
...c-linux-gnu-library/2.9/00LOCK?
Fehler: konnte das Verzeichnis nicht blockieren
?/home/gunnar/R/i486-pc-linux-gnu-library/2.9? um zu modifizieren
Versuche zu entfernen
?/home/gunnar/R/i486-pc-linux-gnu-library/2.9/00LOCK?
Die heruntergeladenen Pakete sind in
?/tmp/RtmpCTh8aw/downloaded_packages?
Warnmeldungen:
1: In install.packages("JGR", dep = TRUE) :
Installation des Pakets 'rJava' hatte Exit-Status ungleich 0
2: In install.packages("JGR", dep = TRUE) :
Installation des Pakets 'JavaGD' hatte Exit-Status ungleich 0
3: In install.packages("JGR", dep = T...
2009 Jul 13
1
Ubuntu und R
...VA_HOME)/../include/linux
Updating Java configuration in /etc/R
Done.
}}}
Im n?chsten Schritt habe ich R im Terminal gestartet. War auch kein
Prob.
Dann habe ich versucht "JGR" versucht zu installieren
install.packages("JGR", dep=TRUE)
Dann kam folgende Fehlermeldung:
Warnmeldungen:
{{{
Fehler: konnte das Verzeichnis nicht blockieren
?/home/gunnar/R/i486-pc-linux-gnu-library/2.9? um zu modifizieren
Versuche zu entfernen
?/home/gunnar/R/i486-pc-linux-gnu-library/2.9/00LOCK?
Fehler: konnte das Verzeichnis nicht blockieren
?/home/gunnar/R/i486-pc-linux-gnu-library/2.9? um zu mod...
2017 Jun 04
0
plot command error message
...ic variable (0-4) and partisan_mis a dummy (0,1). As you can see it is clustered around two variables: around individuals and around the specific survey. When I try to run the cplot command I always get this error message:
error in plot.window(...) : need finite 'ylim' values
Zus?tzlich: Warnmeldungen: 1: In min(x) : no non-missing arguments to min; returning Inf
2: In max(x) : no non-missing arguments to max; returning -Inf
Does anyone know how to solve this problem?
As I suppose that the problem has something to do with the way I coded the variables, here is how i did it:
voxit$le...
2012 Jan 11
0
Error in charToDate(x)
...))) +
myVolat(EURUSD) + myMACD(EURUSD) + RSI(Cl(EURUSD)) +
mySAR(EURUSD) + runMean(Cl(EURUSD)) + runSD(Cl(EURUSD)))
I then tried to do the following:
Tdata.train <- as.data.frame(modelData(data.model,
data.window=c('2011-08-03','2011-12-30')))
This gave me the following error:
Warnmeldungen:
1: In which(index(model.data) >= as.Date(data.window[1], origin =
"1970-01-01")) :
Inkompatible Methoden ("Ops.POSIXt", "Ops.Date") f?r ">="
2: In which(index(model.data) <= as.Date(data.window[2], origin =
"1970-01-01")) :
Inkompatibl...
2011 Dec 02
2
Sweave problem on Mac OS when using umlauts and summary()
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111202/d63d9021/attachment.pl>
2012 Sep 05
0
model.table (anova)
...quot;)=List of 1
.. .. ..$ X.3: chr [1:56] "28.51498374" "55.82394391" "75.75059895"
"101.2102529" ...
$ n : NULL
- attr(*, "type")= chr "means"
- attr(*, "class")= chr [1:2] "tables_aov" "list.of"
Warnmeldungen:
1: In replications(paste("~", xx), data = mf) :
non-factors ignored: Invierno
2: In replications(paste("~", xx), data = mf) :
nicht-Faktoren ignoriert: X
3: In replications(paste("~", xx), data = mf) :
nicht-Faktoren ignoriert: X.1
4: In replications(paste("...
2013 Jul 11
1
Differences between glmmPQL and lmer and AIC calculation
...ven for very simple models)
A glmmML did not work since we got the following failure message, for
which we were not able to find out the reason and therefore could not
go on with this model:
?[glmmml] fail = 1
Max. No. of iterations reached without
convergence
Warnmeldungen:
1: In model.response(mf, "numeric") :
using type="numeric" with a factor
response will be ignored
2: In glmmML.fit(X, Y, weights,
cluster.weights, start.coef, start.sigma, :...