search for: bestimmten

Displaying 20 results from an estimated 28 matches for "bestimmten".

2016 Apr 08
3
Samba as AD-Controller: unable to update policies and call start scripts
Zitat von Sébastien Le Ray <sebastien-samba at orniz.org>: >> The very strange thing is, that gpupdate tries to copy somethings >> from \\cch.intra\sysvol and not from \\dc1\sysvol... >> There a no server with name cch.intra, this is just the Realm... > > Thats expected. your.realm should resolve to all your DC in a > round-robin fashion. OK, I didn't
2006 Oct 03
1
Error in X11 (PR#9272)
...Version: 2.3.1 OS: Ubuntu 6.10 (Edgy Eft) Submission from: (NULL) (86.56.0.173) frank at darwin:~$ R R : Copyright 2006, The R Foundation for Statistical Computing Version 2.3.1 (2006-06-01) ISBN 3-900051-07-0 R ist freie Software und kommt OHNE JEGLICHE GARANTIE. Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu verbreiten. Tippen Sie 'license()' or 'licence()' f?r Details 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 Publikatione...
2017 Aug 31
3
Natural vs National in R signon banner?
The R signon banner includes this statement: Natural language support but running in an English locale Should that not say 'National' instead of 'Natural'? Meaning that LOCALE support is enabled, not that the interface understands human language? Please ignore this and forgive me if this is an inappropriate post. I am a N00B in R. [[alternative HTML version deleted]]
2007 Nov 18
1
"Couldn't find function par"
...t;R", but it does when I call "R --vanilla CMD Sweave tobewoven.Rnw". /usr/lib/R> R R version 2.6.0 (2007-10-03) Copyright (C) 2007 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R ist freie Software und kommt OHNE JEGLICHE GARANTIE. Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu verbreiten. Tippen Sie 'license()' or 'licence()' f?r Details 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 Publikatione...
2020 Sep 08
4
Operations with long altrep vectors cause segfaults on Windows
...ent (unstable) (2020-08-24 r79074) -- "Unsuffered Consequences" > Copyright (C) 2020 The R Foundation for Statistical Computing > Platform: x86_64-w64-mingw32/x64 (64-bit) > R ist freie Software und kommt OHNE JEGLICHE GARANTIE. > Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu verbreiten. > Tippen Sie 'license()' or 'licence()' f?r Details dazu. > R ist ein Gemeinschaftsprojekt mit vielen Beitragenden. > Tippen Sie 'contributors()' f?r mehr Information und 'citation()', > um zu erfahren, w...
2017 Sep 01
2
Natural vs National in R signon banner?
...rom the console using >>> >>> LANGUAGE=de R >>> >>> and instead of the start message you saw, you'll see >>> >>> R ist freie Software und kommt OHNE JEGLICHE GARANTIE. >>> Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu >>> verbreiten. >>> Tippen Sie 'license()' or 'licence()' f?r Details dazu. >>> >>> and so on. >>> >>> Please ignore this and forgive me if this is an inappropriate >>>...
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
2015 Aug 25
4
OPUS on bare metal ARM
...er fremdem Namen erstellt oder der Inhalt ver?ndert werden. Aus diesem Grund sind unsere als E-Mail verschickten Nachrichten grunds?tzlich keine rechtsverbindlichen Erkl?rungen. Der Inhalt dieser E-Mail samt Anlagen ist vertraulich und u. U. rechtlich gesch?tzt. Der Inhalt ist ausslie?lich an einen bestimmten Empf?nger gerichtet. Eine Weitergabe, die Herstellung von Kopien oder der sonstige Gebrauch durch Nichtadressaten ist nicht erlaubt. Ich bitte daher jeden anderen Empf?nger, der diese E-Mail versehentlich erh?lt, mich umgehend zu informieren und die Nachricht zu l?schen. As you are aware, messages...
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
...uot;Unsuffered Consequences" >> > Copyright (C) 2020 The R Foundation for Statistical Computing >> > Platform: x86_64-w64-mingw32/x64 (64-bit) >> >> > R ist freie Software und kommt OHNE JEGLICHE GARANTIE. >> > Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu verbreiten. >> > Tippen Sie 'license()' or 'licence()' f?r Details dazu. >> >> > R ist ein Gemeinschaftsprojekt mit vielen Beitragenden. >> > Tippen Sie 'contributors()' f?r mehr Information und 'citation()&...
2008 Apr 24
0
Coefficient of determination in a regression model with AR(1) residuals
...) residuals. However, I ended up with R^2 larger than 1! As mentioned on the German wikipedia page (http://de.wikipedia.org/ wiki/Bestimmtheitsma?), in models fitted using Maximum Likelihood Estimation (MLE), the coefficient of determination does _not_ exist (citation [2008-04-24]: "Bei bestimmten statistischen Modellen, z.B. bei Maximum-Likelihood-Sch?tzungen, existiert das Bestimmtheitsma? R^2 nicht"). Any comments on that? The German Wikipedia page mentions McFadden's pseudo-coefficient of determination, the English Wikipedia page the one of Nagelkerke. I know there are...
2017 Sep 01
1
Natural vs National in R signon banner?
...gt;>> > >>>> LANGUAGE=de R > >>>> > >>>> and instead of the start message you saw, you'll see > >>>> > >>>> R ist freie Software und kommt OHNE JEGLICHE GARANTIE. > >>>> Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu > >>>> verbreiten. > >>>> Tippen Sie 'license()' or 'licence()' f?r Details dazu. > >>>> > >>>> and so on. > >>>> > >>>> Please ignore this and forgive me if this is an in...
2015 Aug 25
0
OPUS on bare metal ARM
...er fremdem Namen erstellt oder der Inhalt ver?ndert werden. Aus diesem Grund sind unsere als E-Mail verschickten Nachrichten grunds?tzlich keine rechtsverbindlichen Erkl?rungen. Der Inhalt dieser E-Mail samt Anlagen ist vertraulich und u. U. rechtlich gesch?tzt. Der Inhalt ist ausslie?lich an einen bestimmten Empf?nger gerichtet. Eine Weitergabe, die Herstellung von Kopien oder der sonstige Gebrauch durch Nichtadressaten ist nicht erlaubt. Ich bitte daher jeden anderen Empf?nger, der diese E-Mail versehentlich erh?lt, mich umgehend zu informieren und die Nachricht zu l?schen. As you are aware, messages...
2020 Sep 08
1
[External] Re: Operations with long altrep vectors cause segfaults on Windows
...fered Consequences" >> > Copyright (C) 2020 The R Foundation for Statistical Computing >> > Platform: x86_64-w64-mingw32/x64 (64-bit) >> >> > R ist freie Software und kommt OHNE JEGLICHE GARANTIE. >> > Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu verbreiten. >> > Tippen Sie 'license()' or 'licence()' f?r Details dazu. >> >> > R ist ein Gemeinschaftsprojekt mit vielen Beitragenden. >> > Tippen Sie 'contributors()' f?r mehr Information und 'cit...
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]
2017 Aug 31
0
Natural vs National in R signon banner?
...xample, you can start R on most platforms from the console using >> >> LANGUAGE=de R >> >> and instead of the start message you saw, you'll see >> >> R ist freie Software und kommt OHNE JEGLICHE GARANTIE. >> Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu >> verbreiten. >> Tippen Sie 'license()' or 'licence()' f?r Details dazu. >> >> and so on. >> >> Please ignore this and forgive me if this is an inappropriate >> post. I am a >>...
2020 Sep 08
0
Operations with long altrep vectors cause segfaults on Windows
...------------------ R Under development (unstable) (2020-08-24 r79074) -- "Unsuffered Consequences" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) R ist freie Software und kommt OHNE JEGLICHE GARANTIE. Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu verbreiten. Tippen Sie 'license()' or 'licence()' f?r Details 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 Publikatione...
2010 Sep 15
0
Biostatistician position, Austria
...23 - 4270 www.biocrates.com "Creating knowledge for health" __________________________________ Diese Nachricht und alle Anh?nge sind vertraulich und nur f?r den (die) darin angegebenen Empf?nger bestimmt. Jeder Gebrauch, jede Weitergabe oder Vervielf?ltigung durch andere als den (die) bestimmten Empf?nger wird von uns sowohl straf- wie auch zivilrechtlich verfolgt. Sollten Sie diese Sendung irrt?mlich erhalten haben, verst?ndigen Sie bitte unverz?glich per E-M ail den Absender und l?schen Sie die Sendung samt allf?lligPer E-Mail abgegebene Erkl?rungen sind unverbindlich und dienen ausschli...
2017 Sep 01
0
Natural vs National in R signon banner?
...rom the console using >>>> >>>> LANGUAGE=de R >>>> >>>> and instead of the start message you saw, you'll see >>>> >>>> R ist freie Software und kommt OHNE JEGLICHE GARANTIE. >>>> Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu >>>> verbreiten. >>>> Tippen Sie 'license()' or 'licence()' f?r Details dazu. >>>> >>>> and so on. >>>> >>>> Please ignore this and forgive me if this is an inappropriate >>>>...
2013 Apr 19
3
Make install error
Hi, I'm recompiling dovecot 2.2.0/2.2.1 with error below during make install: test -z "/usr/local/dovecot/lib/dovecot/auth" || /usr/bin/mkdir -p "/usr/local/dovecot/lib/dovecot/auth" /usr/bin/mkdir: cannot create directory ?/usr/local/dovecot/lib/dovecot/auth?: File exists make[3]: *** [install-auth_moduleLTLIBRARIES] Error 1 make[3]: Leaving directory