Displaying 20 results from an estimated 45 matches for "zus".
Did you mean:
bus
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, whe...
2007 Mar 28
2
fitting data with conditions
Mich besch?ftig folgende Fragestellung. Ich kenne die Verteilung
(lognormal) zus?tzlich weiss ich das 99%, das 90% und das 1% Quantil.
Gibt es in R eine M?glichkeit die Lognormalverteilung zu finden, das
heisst den korrespondierenden logmean und logsd?
Vielen Dank f?r ihre Hilfe
Gruss
Yvonne
2007 Oct 22
2
save as pdf
Hello,
I just wanted to save a graphic in the pdf-format. But id failed:
Fehler: Invalid font type
Zus?tzlich: Warning messages:
1: font family not found in PostScript font database
2: font family not found in PostScript font database
I use R 2.6.0 with all packages updated recently.
Any idea?
Thank you very much!
Best,
Denis
__
Denis Aydin
mailto:Denis.Aydin at stud.unibas.ch
Montag, 22. Okt...
2009 Jan 20
1
Problem with FAME
...100",mydb)
> library(fame)
> mydb <- "O:/FameDB/national.db"
> mydb
[1] "O:/FameDB/national.db"
> fameWhats(mydb,"TS21555100",getDoc = T)
Fehler in fameWhats(mydb, "TS21555100", getDoc = T) :
cannot read O:/FameDB/national.db
Zus?tzlich: Warning message:
In system(paste("test -r", path), intern = F) : test nicht gefunden
> getfame("TS21555100",mydb)
Fehler in getfame("TS21555100", mydb) : cannot read O:/FameDB/national.db
Zus?tzlich: Warning message:
In system(paste("test -r",...
2009 Feb 17
2
spss-file problem with foreign 0.8-32
Hi,
after updating to foreign version 0.8-32, I experienced the following error
when I tried to load a SPSS file:
Fehler in inherits(x, "factor") : objekt "cp" nicht gefunden
Zus?tzlich: Warning message:
In read.spss("***l.sav", use.value.labels = TRUE, to.data.frame = TRUE) :
***.sav: File-indicated character representation code (1252) looks like a
Windows codepage
It worked without problems with earlier versions.
Thanks for any clues,
best,
Harry
--
View th...
2023 Apr 14
0
Aktivierung von Postbank BestSign
...n.
Sie wollen Ihre Auftr?ge einfach mit Ihrem Mobilger?t freigeben, Ohne viel Drumherum oder viele Klicks, Nur schnell, einfach und sicher.
Mit der BestSign App k?nnen Sie Ihre Auftr?ge per Passwort sowie ? je nach Endger?t ? Fingerabdruck und Gesichtserkennung freigeben. Und das von ?berall. Ohne zus?tzliche Ger?te, ohne TAN-Liste, ohne zus?tzliche SMS.
[Aktivierung von Postbank BestSign](https://46pug.r.a.d.sendibm1.com/mk/cl/f/EQHiTsh0Ayx1zBL1fqPZGRQoiq6F3fQqAOJMsUZTsIJdJxOZ7cHz8Eh1x10FQqlEBSZ8qKFadfwHKNYMnsH_2T_y9NPpPpjZoyLmAwJgDtr8ABXWZEykuSVvDiDnT81LsAPbefQTOkEN-TAlnXbQBO7V5fBfVPTKCv7gE-x...
2007 Apr 05
1
read.spss (package foreign) and SPSS 15.0 files
...le example, where test.sav is a SPSS 15.0 data file consisting of x1=c(1,2,3) and x2=c("a","b","c"), I get this:
> read.spss(file = "C:\\temp\\test.sav")
Fehler in read.spss(file = "C:\\temp\\test.sav") :
error reading system-file header
Zus?tzlich: Warning message:
C:\temp\test.sav: File-indicated character representation code (Unknown) is not ASCII
version infos:
R version 2.4.1 (under WinXP)
foreign version 0.8-18
Has anyone experienced the same, and can give a solution here (possibly other than "downgrade to SPSS14.0"...
2005 Oct 18
1
problems with device drivers postscript() and pdf()
...ENTERPRISESERVER SLES9.0
We are using R version 2.2.0 .
This is our problem:
None of the device drivers postscript() or pdf() is opening, e.g.
the following message is coming:
postscript("splines-Ex.ps")
Fehler in postscript("splines-Ex.ps") : unable to start device
PostScript
Zus????tzlich: Warning message:
cannot open 'postscript' file argument 'splines-Ex.ps'
with regards
Sibylle Matthes
2007 Jun 12
1
Problems with Vista, R 2.5.0 and function save
...ng vista and R 2.5.0, winzip is installed too.
Here's the code (from example ?save):
> x <- runif(20)
> y <- list(a = 1, b = TRUE, c = "oops")
> save(x, y, file = "xy.Rdata")
Fehler in gzfile(file, "wb") : kann Verbindung nicht ?ffnen
Zus?tzlich: Warning message:
kann komprimierte Datei 'xy.Rdata' nicht ?ffnen
Thank you so much for your help.
Background: I want to crate a variable "masterfile" that I can start with data(masterfile) or attach(masterfile).
I.g.
Town<-c("London","Miami"...
2008 Mar 10
3
internet proxy settings (win)
...download-functions-fail_002e
but staring R by
"C:\Program Files\R\R-2.6.2\bin\Rgui.exe" --internet2
a package update still gives me an error:
> update.packages(ask='graphics')
--- Please select a CRAN mirror for use in this session ---
Fehler: Indizierung au?erhalb der Grenzen
Zus?tzlich: Warning messages:
1: In read.dcf(file = tmpf) : Line starting '<html> ...' is malformed!
2: In read.dcf(file = tmpf) : Line starting ' <head> ...' is malformed!
3: In read.dcf(file = tmpf) : Line starting '</html> ...' is malformed!
Do you know w...
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, I got the...
2005 May 18
1
Testing for warning inside functions
...; options(warn=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...
2007 May 14
1
optim bug (PR#9684)
...------------------------------------------------------------------------------
'optim' does not accept arguments called 'u'. Here is an example:
R> fun<-function(x,u) (x-u)^2
R> optim(7,fn=fun,u=9)
Fehler in fn(par, ...) : Argument "u" fehlt (ohne Standardwert)
Zus?tzlich: Warning message:
bounds can only be used with method L-BFGS-B in: optim(7, fn = fun, u = 9)
while
R> fun<-function(x,y) (x-y)^2
R> optim(7,fn=fun,y=9)
$par
[1] 8.999854
$value
[1] 2.145767e-08
$counts
function gradient
28 NA
$convergence
[1] 0
$message
NULL
War...
2008 Dec 04
1
Formula parsing and updating
...q_nuc_3k + kar_k80_g80 + stadium
and I want to drop the stadium explanatory variable from the model with
> update(somemod, ". ~ . - stadium")
I get the following messages:
Fehler in coxph(formula = Surv(lebzeit, tot == 1) ~ sex + alter >= 65 + :
No (non-missing) observations
Zus?tzlich: Warning messages:
1: In Ops.factor(sex, alter) : + not meaningful for factors
2: In Ops.factor(65, diff3k) : + not meaningful for factors
3: In Ops.factor(65 + diff3k, zelltyp_k_c) : + not meaningful for factors
4: In Ops.factor(65 + diff3k + zelltyp_k_c, q_nuc_3k) :
+ not meaningful for...
2010 Mar 08
2
fit a gamma pdf using Residual Sum-of-Squares
...using nls method:
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]]
2012 Sep 05
2
Installing lumi and hdrcde
...by
> (.packages(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.bio...
2007 Apr 05
2
Likelihood returning inf values to optim(L-BFGS-B) other options?
...?
Here is the error message I receive (german):
--
> out=optim(c(.1,.1,.1,.1),fn,method="L-BFGS-B",lower=c(.0001,.0001,.0001,.0001,.0001))
Fehler in optim(c(0.1, 0.1, 0.1, 0.1), fn, method = "L-BFGS-B", lower
= c(1e-04, :
L-BFGS-B ben?tigt endliche Werte von 'fn'
Zus?tzlich: Es gab 50 oder mehr Warnungen (Anzeige der ersten 50 mit
warnings())
--
And this is the likelihood function:
--
fn<-function(p) {
A1=(gamma(p[1]+x)*p[2]^p[1])/(gamma(p[1]))
A2=(gamma(p[3]+p[4])*gamma(p[4]+x))/(gamma(p[4])*gamma(p[3]+p[4]+x))
A3=(1/(p[2]+Tvec))^(p[1]+x)...
2007 Jul 13
2
nearest correlation to polychoric
...9-343.
which basically works but still leaves very small negative eigenvalues which causes factanal() to fail with
> factanal(cov=ncor$cor, factors=2)
Fehler in optim(start, FAfn, FAgr, method = "L-BFGS-B", lower = lower, :
L-BFGS-B ben?tigt endliche Werte von 'fn'
Zus?tzlich: Warning message:
NaNs wurden erzeugt in: log(x)
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status...
2019 Jun 21
0
CentOS 7 SeLinux Problem?
...id_dumpable file by default.
Dann sie sollten dies als Fehler melden.
Um diesen Zugriff zu erlauben, k?nnen Sie ein lokales Richtlinien-Modul
erstellen.
Ausf?hren
allow this access for now by executing:
# ausearch -c 'dovecot' --raw | audit2allow -M my-dovecot
# semodule -i my-dovecot.pp
zus?tzliche Information:
Quellkontext system_u:system_r:dovecot_t:s0
Zielkontext system_u:object_r:proc_security_t:s0
Zielobjekte /proc/sys/fs/suid_dumpable [ file ]
Quelle dovecot
Quellpfad /usr/sbin/doveco...
2006 Nov 07
0
Scan or read.table bug in R?
...entered directory I tried the function:
>
>
>
> scan(?a.txt?) and read.table(?a.txt?)
>
>
>
> Following error report encountered:
>
>
>
> scann("a.txt")
>
> Fehler in file(file, "r") : kann Verbindung nicht ?ffnen
>
> Zus?tzlich: Warning message:
>
> kann Datei 'a.txt' nicht ?ffnen. Grund 'No such file or directory'
>
>
>
> Where is the problem?
>
> I tried, reinstalling, turing off virus scan/firewall, run program alone w/o other applications
> behind.
>
>...