similar to: error log

Displaying 20 results from an estimated 5000 matches similar to: "error log"

2003 Apr 11
1
lattice bug? (PR#2765)
I've been experimenting with the lattice graphics in chapter 3 of MASS. The code to produce figure 3.14 is: data(crabs) library(mva) lcrabs.pc <- predict(princomp(log(crabs[,4:8]))) crabs.grp <- c("B", "b", "O", "o")[rep(1:4, rep(50,4))] splom( ~lcrabs.pc[, 1:3], groups = crabs.grp, panel = panel.superpose, key = list(text =
2007 Oct 17
1
Documentation for Pearson Residuals
Greetings, I have been using lm to perform weighted linear regressions and resid to extract the residuals. I happened upon some class notes on the internet that described how one can specify type="pearson" in resid to extract the weighted residuals. Where is this option documented? And if you know that, what is the best way to find such documentation if you don't know that the
2007 Dec 18
1
How can I extract the AIC score from a mixed model object produced using lmer?
I am running a series of candidate mixed models using lmer (package lme4) and I'd like to be able to compile a list of the AIC scores for those models so that I can quickly summarize and rank the models by AIC. When I do logistic regression, I can easily generate this kind of list by creating the model objects using glm, and doing: > md <- c("md1.lr", "md2.lr",
2007 Dec 13
4
Very simple question on plot
Hi, I try to make a plot like this: Y | | | o | o o | o o | o o |o o o |-------------------------------- 0 10 20 30 40 50 60 70 80 90 100 (A) 100 90 80 70 60 50 40 30 20 10 0 (B) or B 100 90 80 70 60 50 40 30 20 10 0 Y |-------------------------------- | | o
2015 Apr 08
2
Temas para word markdown
Buenas, estaba siguiendo el hilo de Informes Periódicos en R de Jesus Herranz y me surgió una duda. Actualmente estoy tratando de usar markdown para todo así cualquier cosa que haga me queda presentable para informar o presentar en algún lugar. En general estoy usando html y o pdf principalmente porque cuando trato de compilar en word la verdad que queda bastante feíto. Alguién sabe, o puede
2015 Apr 07
2
Informes periódicos con R
Hola Jorge Perdona que sea tan pesado, pero no encuentro el fichero docx. Tampoco me manejo muy bien con RStudio. He insertado lo que me has dicho; pero solo tengo en la pantalla la opción “Knit HTML” y siempre me genera un HTML. He instalado “pander” pero no obtengo el docx Gracias Jesús De: Jorge I Velez [mailto:jorgeivanvelez en gmail.com] Enviado el: martes, 07 de abril de 2015
2015 Apr 07
2
Informes periódicos con R
Hola, Jorge Lo he mirado y parece que es una opción bastante buena, pero no logro saber cómo se salva en Word, solo lo logro en html Muchas gracias Jesús De: Jorge I Velez [mailto:jorgeivanvelez en gmail.com] Enviado el: martes, 07 de abril de 2015 11:40 Para: Jesus Herranz CC: R-help-es Asunto: Re: [R-es] Informes periódicos con R Hola Jesus, Una forma es RStudio + Markdown.
2006 Jul 18
2
I think this is a bug
Hello! I work with: R : Copyright 2006, The R Foundation for Statistical Computing Version 2.3.1 (2006-06-01) On Windows XP Professional (Version 2002) SP2 I think there is a bug in the conditional execution if (expr1) {expr2} else {expr3} If I try: "if (expr1) expr2 else expr3" it works well but when I put the expression expr2 and expr3 between {} I receive an error message
2020 Oct 21
2
Users unable to login
Yes, something came up here: Oct 21 15:34:18 auth: Debug: auth client connected (pid=1706005) Oct 21 15:34:18 auth: Debug: client in: AUTH 1 DIGEST-MD5 service=imap secured session=EQqBZy6yBJQAAAAAAAAAAAAAAAAAAAAB lip=::1rip=::1 lport=143 rport=37892 Oct 21 15:34:18 auth: Debug: client passdb out: CONT 1
2001 Aug 28
2
[patch] known hosts with ports
Hello. We are currently installing a new firewall, and would like to use a mixture of NAT and port mapping to have a single "gateway" host address which exposes a range of open ports, each of which maps to sshd of a different host in our internal network (e.g. ssh.jesus.cam.ac.uk on port 6789 maps to internal host1 port 22 whereas ssh.jesus.cam.ac.uk on port 6790 maps to internal
2003 Jul 10
0
FW: Maximum Likelihood Estimation and Optimisation
Have a look at ?optim. I don't think it has the BHHH algorithm as an option, though. =========================================== David Barron Jesus College University of Oxford -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch]On Behalf Of Harold Doran Sent: 10 July 2003 15:43 To: Fohr, Marc [AM]; R-help at stat.math.ethz.ch
2020 Oct 21
2
Users unable to login
Yes, we support DIGEST-MD5, but the password is correct: If I restart the service, they can login immediately. [root at hermes dovecot]# grep md5 * grep: conf.d: Is a directory toaster.conf:auth_mechanisms = plain login digest-md5 cram-md5 [root at hermes dovecot]# On Wed, Oct 21, 2020 at 12:12 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > On 21/10/2020 12:58
2004 Jun 11
1
smbldap tool
I have a Fedora Core 1 machine and I am trying to install "smbldap-tools-0.8.4-1.1.fc2.dag.i386.rpm" However, I am having the following problem: [root@jesus root]# rpm -i smbldap*.rpm warning: smbldap-tools-0.8.4-1.1.fc2.dag.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6 error: Failed dependencies: perl(Net::LDAP) is needed by smbldap-tools-0.8.4-1.1.fc2.dag
2015 Apr 24
2
Codificación UTF-8 en un Mc
Hola, Emilio Muchas gracias por la respuesta. El problema es que la otra persona no sabe nada de R, e instalarle RStudio va a ser casi peor. Además, parece que el origen es que tiene su Mac con configuración USA por un tema de correos y fechas; así que creo que lo que necesitaría es algo que cambie solo la configuración de la sesión de R a UTF-8 o algo parecido. Quizás no es posible ....
2006 Jun 09
2
Timzones, UTC, and to_xml()
Does anyone know a good way to hook into the AR to_xml() method to allow for adjusting datetimes to a user''s timezone? Basically I want a user to be able dump all their data before cancelling an account. I store all datetime info as UTC as per the recommendations of Jamis Buck and Scott Barron in the Rails Recipe article "Dealing with Timezones". Come to think of it I bet
2012 Oct 09
1
how to convert by lists in data.frames
Dear R-helpers, I’ve got a summary of results from a by() call that I am making with a list of more than two of factors not very different from the example in the by() help page require(stats) by(warpbreaks[, 1], warpbreaks[, -1], summary) The result of the command gives a list of the form wool: A tension: L Min. 1st Qu. Median Mean 3rd Qu. Max. 25.00 26.00
2012 May 29
2
CentOS 4.8 to 4.9
Hi. Somebody in the Spanish CentOS mailing list is asking how to move from CentOS 4.8 to 4.9. He cannot upgrade to 5 or 6 at this moment. Any Hints / Howto? I would pass the translated answer to the Sp. list. Thanks & Regards, Jesus
2002 Jan 08
3
Finding functions in uninstalled libraries
(Many thanks to David Barron & Jonathan Baron for pointing me to 'recode' in the 'car' package). I think I've been told this before, but how do I search for a function/keyword in libraries I don't yet have installed? (ie. on the CRAN site I tried the search engines with "recode" etc., but didn't pick up the car package this way) Stuart Dr Stuart Leask
2006 Feb 16
2
How do I install speex for asterisk?
Hi, everybody: I enabled speex in my asterisk box (iax.conf), but no phone call went throug. At the asterisk console, I used the "show modules" command and it did not show the speex codec in the list. So, I downloaded the speex codec from speex.org, v1.0.5, compiled and installed in my asterisk machine. What I still don't know is: what do I need to do from the asterisk side to
2006 Jun 12
10
Cross Broswer Fire Event
Is there a standard way of programmatically firing an event on an element? I think this code works in IE but not FF: myElement.fireEvent(''onclick''); I really only care about IE and FF, but anything else is a bonus. I didn''t see anything in prototype/scriptaculous for this, but I might have missed it. Thanks. Joe Athman