Displaying 20 results from an estimated 66 matches for "hilfe".
Did you mean:
hilft
2000 Aug 21
2
Loop removal possible?
Dear all,
may be somebody have ideas to my following problem:
I have to multiplicate each element of a vector with his position
in the sorted vector. This isn't a problem ;-)
But now i have a weighting vector with the weight of each observation,
and my problem starts. A little example (due to my bad english) maybe
helps to understand:
x<-c(10,40,50,100) # income vector for instance
2003 May 13
1
cli_pipe: return critical error. Error was Call returnedzero byte (EOF), hilfe!
Hi Kurt,
I've read the new document. It's a very fine piece of
technical documentation. However, it doesn't help me
in the present predicament. Going now by this book
I'm only getting more frustrated. I'm stuck!
For example adding driver with rcpclient invariably
ends in "Segmentation fault" (Signal 11) immediately
after pop_sec_ctx, whose push counterpart was
2006 Oct 03
1
Error in X11 (PR#9272)
...dazu.
R ist ein Gemeinschaftsprojekt mit vielen Beitragenden.
Tippen Sie 'contributors()' f?r mehr Information und 'citation()',
um zu erfahren, wie R oder R packages in Publikationen zitiert werden k?nnen.
Tippen Sie 'demo()' f?r einige Demos, 'help()' f?r on-line Hilfe, oder
'help.start()' f?r eine HTML Browserschnittstelle zur Hilfe.
Tippen Sie 'q()', um R zu verlassen.
> plot(2,3)
Fehler in X11() : kann keine X11 Schriften finden
Bitte Fontpath ?berpr?fen.
"Translated to english"
Error in X11() : could not find any X11 fonts
Check...
2007 Nov 18
1
"Couldn't find function par"
...dazu.
R ist ein Gemeinschaftsprojekt mit vielen Beitragenden.
Tippen Sie 'contributors()' f?r mehr Information und 'citation()',
um zu erfahren, wie R oder R packages in Publikationen zitiert werden k?nnen.
Tippen Sie 'demo()' f?r einige Demos, 'help()' f?r on-line Hilfe, oder
'help.start()' f?r eine HTML Browserschnittstelle zur Hilfe.
Tippen Sie 'q()', um R zu verlassen.
Fehler: konnte Funktion "par" nicht finden
> par
function (..., no.readonly = FALSE)
{
single <- FALSE
args <- list(...)
if (!length(args))...
2003 May 12
1
cli_pipe: return critical error. Error was Call returned zero byte (EOF), hilfe!
Hi Kurt,
I tried to explain my problem to you at Göttingen
but it looks like I'm the only one who gets this
error.
I've just reinstalled my box with SuSE 8.2, kernel
2.4.20-62, samba 2.2.8a, and cups 1.1.18, moved all
config files, databases, scripts and jobs to it and
it looks like samba has become even better and faster.
No one noticed anything wrong except I just can't come
to
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
2003 Oct 09
1
Recursive indexing can cause R-1.8.0 (and R-1.7.1) to segment fault (PR#4486)
Recursive indexing can cause R-1.8.0 (and R-1.7.1) to segment fault
First of all, many thanks to the R team!!
R is really a software for everyday work.
Yes, I've found a fault, but I hope it's not just faultfinding ;-)
In the NEWS file of R-1.8.0, first printed in R NEWS 1.7.1,
there was given a promise: [ 1 ]
o Recursive indexing of lists is allowed, so x[[c(4,2)]] is
2003 May 13
2
cli_pipe: return critical error. Error was Call returnedzerobyte(EOF),hilfe!
|.................
| This would *possibly* map to the files of your
| driver like this:
|
| Long Printer Name:\ --> lp:\
|...........................
| missing: should be "RAW" !! #####
|
| Yeah, you're right. I've missed the RAW DDT. Now
| when I complied I got the error from the subject
| line.
|
| Sorry? I didn't
2020 Sep 08
4
Operations with long altrep vectors cause segfaults on Windows
...ftsprojekt mit vielen Beitragenden.
> Tippen Sie 'contributors()' f?r mehr Information und 'citation()',
> um zu erfahren, wie R oder R packages in Publikationen zitiert werden k?nnen.
> Tippen Sie 'demo()' f?r einige Demos, 'help()' f?r on-line Hilfe, oder
> 'help.start()' f?r eine HTML Browserschnittstelle zur Hilfe.
> Tippen Sie 'q()', um R zu verlassen.
>> x <- (-2e9:2e9) + 1L
> Fehler: kann Vektor der Gr??e 14.9 GB nicht allozieren
>> y <- c(0L, -2e9:2e9)
> Fehler: kann...
2020 Sep 08
2
Operations with long altrep vectors cause segfaults on Windows
I can only reproduce on Windows, but reliably (both 4.0.0 and 4.0.2):
$> R --vanilla
x <- c(0L, -2e9:2e9)
# > Segmentation fault
Tried to reproduce on Linux but the above worked as expected. Not an
issue merely with the length of the vector; for example, x <-
rep_len(1:10, 1e10) works, though the altrep vector must be long to
reproduce:
x <- c(0L, -1e9:1e9) #ok
Segmentation
2003 May 13
5
cli_pipe: return critical error. Error was Call returnedzerobyte(EOF), hilfe!
Hi Kurt,
I've read the new document. It's a very fine
piece of technical documentation. However, it
doesn't help me in the present predicament.
Going now by this book I'm only getting more
frustrated. What are your versions of Samba,
CUPS(?), OS, and Printer again?
2.2.8a, 1.1.18, SuSE 8.2 w/2.4.20-62, Lexmark C720
I'm stuck!
I would
2008 Oct 22
1
R 2.8.0 qqnorm produces error with object of class zoo?
Dear list-reader,
by running the following script:
library(zoo)
sessionInfo()
search()
packageDescription("zoo")
data(EuStockMarkets)
dax <- as.zoo(EuStockMarkets[1:10, "DAX"])
daxr <- diff(log(dax))
identical(as.vector(qnorm(daxr)), qnorm(coredata(daxr)))
qqnorm(coredata(daxr))
qqnorm(daxr)
qqnorm() produces an error:
> qqnorm(daxr)
Fehler in if (xi == xj) 0L
2020 Sep 08
2
[External] Re: Operations with long altrep vectors cause segfaults on Windows
...en.
>> > Tippen Sie 'contributors()' f?r mehr Information und 'citation()',
>> > um zu erfahren, wie R oder R packages in Publikationen zitiert werden k?nnen.
>>
>> > Tippen Sie 'demo()' f?r einige Demos, 'help()' f?r on-line Hilfe, oder
>> > 'help.start()' f?r eine HTML Browserschnittstelle zur Hilfe.
>> > Tippen Sie 'q()', um R zu verlassen.
>>
>> >> x <- (-2e9:2e9) + 1L
>> > Fehler: kann Vektor der Gr??e 14.9 GB nicht allozieren
>> >>...
2004 Jan 15
4
SIR
Ich habe in R eine Version von SIR gefunden und ausprobiert. Leider kann
diese multivariate Responses nicht verarbeiten. Gibt es in R eine
ausgefeilte Version von SIR?
2005 Sep 16
0
Ihre Anfrage: Mail System (keineantwortadresse@web.de)
...,86 Euro/Min. Mo-Fr 08-21 Uhr
Sa-So 10-18 Uhr
Fuer Lob, Kritik und Anregungen stehen wir Ihnen im Feedback-Bereich gerne
zur Verfuegung: zu FreeMail unter http://kundenservice.web.de/
Alle relevanten Informationen zu FreeMail finden Sie auch unter
http://hilfe.web.de/freemail/Hilfe/Inhalt/
Wir wuenschen Ihnen weiterhin viel Spass und gute Kommunikation mit WEB.DE.
2009 Jun 27
2
using http to provision a Grandstrea GXP2000 phone
I have a GXP2010 phone, the one with 18 blinky lights ;)
I currently provision the phone by writing out the conf file, encoding
it and sending it to the tftp server. I was wondering if anyone had
managed to automate the web side of provisioning ?
TIA
Julian
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security
2005 Nov 03
0
Visual C++ crashing using precompiled headers on a Samba drive.
Hi all,
Bill Hilf of Microsoft helpfully sent me this information
about the problems people were having with Visual C++ compilations
crashing on a Samba drive (when the "allocation roundup" parameter
is left at the default setting).
Bill Hilf wrote :
> So the compiler team has been educating me on the sensitivity of PCH's.
> Since a PCH is just a dump of memory that the
2005 Sep 01
1
Tinc on Windows 2003, Event-Log-Messages
...icht gefunden. Der lokale Computer verf?gt nicht ?ber die zum Anzeigen der
Meldungen von einem Remotecomputer erforderlichen
Registrierungsinformationen oder DLL-Meldungsdateien. M?glicherweise m?ssen
Sie das Flag /AUXSOURCE= zum Ermitteln der Beschreibung verwenden. Weitere
Informationen stehen in Hilfe und Support. Ereignisinformationen: Got
unexpected request 4."
Does anybody have an idea what I can do against this message? Is this only a
small incompatibility or a big problem? What can I do against filling my
event-Log with these messages?
Thanx for any Help.
Bye
Christoph
----------...
2020 Sep 08
1
[External] Re: Operations with long altrep vectors cause segfaults on Windows
...>> > Tippen Sie 'contributors()' f?r mehr Information und 'citation()',
>> > um zu erfahren, wie R oder R packages in Publikationen zitiert werden k?nnen.
>>
>> > Tippen Sie 'demo()' f?r einige Demos, 'help()' f?r on-line Hilfe, oder
>> > 'help.start()' f?r eine HTML Browserschnittstelle zur Hilfe.
>> > Tippen Sie 'q()', um R zu verlassen.
>>
>> >> x <- (-2e9:2e9) + 1L
>> > Fehler: kann Vektor der Gr??e 14.9 GB nicht allozieren
>&g...
2012 Aug 23
1
Problems in installing R -packages
Hello,
err dump [1], perhaps related [2]. Also
$ sudo chown -R xyz:staff ~/R
# sudo su; su xyz; groups
web-content staff
Not just vim-R-plugin -problem anymore, more pkg -installation -prob,
doubting perms/group -issue but fixed them in accordance by Dirk's hints.
What is the problem in installing packages?
--
Regards,
Henri Losoi
--
[1] http://pastie.org/4577538
[2]