search for: warnmeldung

Displaying 20 results from an estimated 33 matches for "warnmeldung".

Did you mean: anmeldung
2011 May 20
4
source and localhost
Dear List, I have problems with the function source() using a url of the kind: http://localhost:5984/path/fn.R I receive Fehler in file(file, "r", encoding = encoding) : kann Verbindung nicht ?ffnen Zus?tzlich: Warnmeldung: In file(file, "r", encoding = encoding) : ?ffnen fehlgeschlagen: HTTP Status war '502 cannotconnect' The url itself is ok since I can: - use a browser - use curl - use download.file() function - use getURL() (out of Duncans RCurl) furthermore it works, when I use the full hos...
2012 Feb 29
2
R newbie: Installation of package reshape exit status not 0
Hello, sorry i'm an R newbie and wan't to install ggplot2 on my ubuntu system. during installation i got the error warning: Warnmeldung: In install.packages("reshape") : Installation des Pakets 'reshape' hatte Exit-Status ungleich 0 Please, give me a idea, how can i fix this error/warning -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 Aug 14
0
as.numeric and as.character with locale using comma as separator
...s decimal separator: > x <- rnorm (3) > x [1] -0,004238328 -0,919358537 -1,654543297 > as.character(x) [1] "-0,00423832753479965" "-0,919358536523751" "-1,65454329680873" whereas as.numeric () doesn't: > as.numeric (as.character(x)) [1] NA NA NA Warnmeldung: NAs durch Umwandlung erzeugt > as.numeric (gsub (",", ".", as.character(x))) [1] -0,004238328 -0,919358537 -1,654543297 I did not see any mention in the help of as.numeric nor as.character of this. Note also the output of example (as.character): > example (as.characte...
2011 May 26
4
Different behavior of median and mean function - Why?
...,5)) > #Both work fine > mean(df) V1 V2 2.5 3.5 > median(df) [1] 2.5 3.5 > > #Now, I just make one number negative in the data.frame > df <- data.frame(V1=c(1,2,3,-4),V2=c(2,3,4,5)) > mean(df)#Works fine V1 V2 0.5 3.5 > median(df)#Why do I get that error? [1] NA 0.5 Warnmeldung: In mean.default(X[[1L]], ...) : argument is not numeric or logical: returning NA > #It works fine on both columns seperately > median(df$V1) [1] 1.5 > median(df$V2) [1] 3.5 > > sessionInfo() R version 2.13.0 (2011-04-13) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] C att...
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]...
2010 Apr 01
3
reading excel into R
...o read excel sheet into R you need to open it and saved it as csv or text, is this true? or you can use read.delim2 and read.csv2 to do this without the following error > dat <- read.csv2(file="C:\\Dokumente und Einstellungen\\Cheba\\Desktop\\Rtemp\\ Results2010.xls",header = TRUE) Warnmeldung: In read.table(file = file, header = header, sep = sep, quote = quote, : unvollständige letzte Zeile von readTableHeader gefunden in 'C:\\Dokumente und Einstellungen\\Cheba\\Desktop\\Rtemp\\ Results2010.xls' > dat [1] ÐÏ.à.. <0 Zeilen> (oder row.names mit Länge 0) Thes same err...
2010 Mar 08
2
fit a gamma pdf using Residual Sum-of-Squares
...ethod: fit <- nls(y ~ (1/((s^a)*gamma(a))*x^(a-1)*exp(-x/s)), start = c(s=3, a=75, x=86)) But I have the following message error (sorry, this is in German): Fehler in qr(.swts * attr(rhs, "gradient")) : Dimensionen [Produkt 3] passen nicht zur Länge des Objektes [23] Zusätzlich: Warnmeldung: In .swts * attr(rhs, "gradient") : Länge des längeren Objektes ist kein Vielfaches der Länge des kürzeren Objektes Could anyone help me with the code? I would greatly appreciate it. Sincerely yours, Vincent Laperrière. [[alternative HTML version deleted]]
2010 Jun 08
2
problem with if else statement
...Hg (rr.dia.2m-5) from the measured diastolic blood pressure (rr.dia.2m) if not treated - the value of the measured diastolic blood pressure should remain the same ->my code (data frame is attached !) rr.dia2.corr<-if(med.hyper==1) { rr.dia.2m-5 } else { rr.dia2.corr==rr.dia.2m } R warning Warnmeldung: In if (med.hyper == 1) { : Bedingung hat L?nge > 1 und nur das erste Element wird benutzt "Only first condition is use" which you can see from the result (simply 5 mm was subtracted and the second condition was taken into account) > describe(rr.dia.2m) rr.dia.2m n missin...
2012 Sep 05
2
Installing lumi and hdrcde
...ackages(all.available=TRUE)) if installed in the R library. Thanks Hermann Norpois This was my try to install the lumi package: > source ("http://bioconductur.org/biocLite.R") Fehler in file(filenaReme, "r", encoding = encoding) : kann Verbindung nicht öffnen Zusätzlich: Warnmeldung: In file(filename, "r", encoding = encoding) : kann 'bioconductur.org' nicht auflösen > source ("http://bioconductor.org/biocLite.R") BiocInstaller version 1.2.1, ?biocLite for help > biocLite("lumi") BioC_mirror: 'http://www.bioconductor.org' U...
2012 Jul 19
1
[tripack] error in trmesh
...t;- tri.mesh(x, y) Fehler in tri.mesh(x, y) : error in trmesh > tri <- tri.mesh(x, y, "remove") Fehler in tri.mesh(x, y, "remove") : error in trmesh > tri <- tri.mesh(x, y, "strip") Fehler in tri.mesh(x, y, "strip") : error in trmesh Zusätzlich: Warnmeldung: In hist.default(i, plot = FALSE, freq = TRUE, breaks = seq(0.5, : argument 'freq' is not made use of What could be wrong here? [[alternative HTML version deleted]]
2012 Sep 13
1
package installation problem.
...; --- Bitte einen CRAN Spiegel für diese Sitzung auswählen --- Warnung: kann nicht auf den Index für das Repository http://ftp.yalwa.org/cran/bin/windows/contrib/2.10 zugreifen Warnung: kann nicht auf den Index für das Repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.10 zugreifen Warnmeldung: In getDependencies(pkgs, dependencies, available, lib) : package ‘Metrics’ is not available For your help I thank you in advance. Friendly greetings Djipie,bokaha [[alternative HTML version deleted]]
2012 Nov 10
1
Prediction problem.
Dear friends from the R-community, I am Guy Roger and live in Germany. I am student and user of R. I wanted to do some prediction after a linear regression fitting but could´nt because of the following message: > yx<-predict(lm(y~x4+x5),newdata=data.frame(X4,X5)) Warnmeldung: In predict.lm(lm(y ~ x4 + x5), newdata = data.frame(X4, X5)) : Vorhersage durch Fit ohne vollen Rang mag täuschen For your help I thank you in advance. Friendly greetings Djipie,bokaha [[alternative HTML version deleted]]
2012 Jan 09
1
Open Street map problem
...0.69983,-73.98622,4072595&scale=20&format=png' Fehler in download.file(url, destfile, mode = "wb", quiet = FALSE) :   kann URL 'http://tile.openstreetmap.org/cgi-bin/export?bbox=-74.02132,40.69983,-73.98622,4072595&scale=20&format=png' nicht öffnen Zusätzlich: Warnmeldung: In download.file(url, destfile, mode = "wb", quiet = FALSE) :   Öffnen fehlgeschlagen: HTTP Status war '500 Internal Server Error' Have you ever had this type of problem in the past? B.R Alex [[alternative HTML version deleted]]
2010 Nov 21
1
reference classes: question on inheritance
...put the name of the superclass to the 'contains' argument of an example subclass (see class defs below). Classnames are set in a way that shouldn't result in collation issues (virtual def sourced before superclass def sourced before subclass). Yet, this results in the following error: Warnmeldung: unable to find a consistent ordering of superclasses for class "Shabubu": order chosen is inconsistent with the superclasses of "JObject" ###### CLASS DEFS ##### setClass("JObjectVirtual") setRefClass( Class="JObject", fields=list( # GENERIC FIELDS (DON...
2009 Nov 18
1
where can I download package svIO?
Hello, today I upgraded R to 2.10 and Tinn-R to 2.3.3.1. Tinn-R needs the package svIO, but it is not available anymore on the package lists. Every session I start R and chose the CRAN-Mirror I receive the following warning: Bitte einen CRAN Spiegel f?r diese Sitzung ausw?hlen --- Warnmeldung: In getDependencies(pkgs, dependencies, available, lib) : package ?svIO? is not available Lade Tcl/Tk Interface ... fertig Fehler in library(svIO) : es gibt kein Paket 'svIO' I found a similar problem for svMisc a few weeks ago (http://www.mail-archive.com/r-help at r-project.org/msg740...
2005 May 18
1
Testing for warning inside functions
...n=0) > f<-function(x){ x<-matrix(1:3,2,2) print(0) warnings() # no warning is shown print(1) try({xxx}) print(2) print(geterrmessage()) print(3) warnings() print(4) } > f() [1] 0 [1] 1 Fehler in try({ : Objekt "xxx" nicht gefunden Zus??tzlich: Warnmeldung: Datenl??nge [3] ist kein Teiler oder Vielfaches der Anzahl der Zeilen [2] in matrix [1] 2 [1] "Fehler in try({ : Objekt \"xxx\" nicht gefunden\n" [1] 3 Warning message: Datenl??nge [3] ist kein Teiler oder Vielfaches der Anzahl der Zeilen [2] in matrix [1] 4 > version pla...
2013 Feb 14
3
Problems plotting and regression w.r.t. date data type on x axis
...="number of animals") ***R DRAWS THIS*** > regression.punkte Call: lm(formula = tabelle$number ~ tabelle$date) Coefficients: (Intercept) tabelle$date2009-12-1 tabelle$date2010-7-1 1673 438 814 tabelle$date2013-2-1 2628 > abline(regression.punkte, lwd=2) ***R DOES NOT DRAW LINE*** Warnmeldung: In abline(regression.punkte, lwd = 2) : nutze nur die ersten beiden von 4 Regressionskoeffizienten > summary(regression.punkte) Call: lm(formula = tabelle$number ~ tabelle$date) Residuals: ALL 4 residuals are 0: no residual degrees of freedom! Coefficients: Estimate Std. Error t value Pr(&gt...
2011 Dec 02
1
Willkommen bei der "R-help" Mailingliste
...iven code from the website to R data(finpines) plot(unmark(finpines), main="Finnish pines: locations") plot(finpines, which.marks="height", main="heights") plot(finpines, which.marks="diameter", main="diameters") I get the warning Warnmeldung: In symbols(c(-1.993875, -1.019901, -4.914071, -4.469962, -4.303847, : "which.marks" ist kein Grafikparameter Something like "which.marks" is not a graphic parameter; and the plots for height and diameter show now differences. Furthermore, I want to create a ppp with sever...
2013 Jun 10
1
Rcmdr seit heute nicht mehr ladbar
...tiges Paket: car Lade n?tiges Paket: MASS Lade n?tiges Paket: nnet Error : .onAttach in attachNamespace() f?r 'Rcmdr' fehlgeschlagen, Details: ? Aufruf: structure(.External(.C_dotTclObjv, objv), class = "tclObj") ? Fehler: [tcl] invalid command name "image". Zus?tzlich: Warnmeldung: In fun(libname, pkgname) : ? couldn't connect to display "/tmp/launch-K8nELf/org.macosforge.xquartz:0" Fehler: Laden von Paket oder Namensraum f?r 'Rcmdr' fehlgeschlagen Ich bin ziemlich angefressen. Folgende erfolglose Versuche: - R neu installiert - x11 neu installiert - a...
2011 Jul 22
1
Problem with creating default NAMESPACE on FreeBSD
After building and installing R-devel from 21/07/2011 on FreeBSD 9.0-CURRENT (amd64), starting R gives the following warning: [..snip..] Beim Start - Warnmeldung: package 'datasets' in options("defaultPackages") was not found This happens with all versions after 14/07/2011. I think it is related to NEWS Sat, 16 Jul 2011 CHANGES IN R-devel PACKAGE INSTALLATION Packages without explicit ?NAMESPACE? files will have a default one created at...