search for: annette

Displaying 20 results from an estimated 40 matches for "annette".

2005 Apr 27
4
Connection reset by peer
Hi! I always get the following messages. What does this mean? smbd[20233]: [2005/04/27 09:58:13, 0] lib/util_sock.c:read_socket_data(384) smbd[20233]: read_socket_data: recv failure for 4. Error = Connection reset by peer Thanks in advance Annette
2001 Mar 18
1
R-Installation on supercomputer -- f77 problem
This was addressed to the wrong place ... ------- start of forwarded message ------- From: Annette Molinaro-Clark <annette@pacific.llnl.gov> To: maechler@R-project.org Subject: R-Installation Date: Thu, 15 Mar 2001 12:10:19 -0800 (PST) Hi - I'm trying to install R to a supercomputer which has a Fortran 77 compiler; however, when i do ./configure I receive this error . . . checking f...
2002 Dec 18
1
Memory Leak in R v1.6.1
...es all the memory and the simulation crashes. It starts with 10% of the memory - up to 50% by the end of the first repetition and then starts the second with approx 65% of the memory. I am using rm at the end of each section and thus only keeping a small matrix of results. Any suggestions? Thanks, Annette [[alternate HTML version deleted]]
2019 Sep 19
3
Improving partial lookup results
Incidentally, if you're actually aiming to match different forms of a name (Peter vs Pete, Ann vs Anne vs Annette) then you might find the synonym feature a better option than wildcarding. You'd need to give it a list of names to treat as synonyms, but it should have many fewer false positives, and can also handle cases which aren't just a substring - e.g. Robert vs Rob vs Bob vs Bobby, or look entire...
2008 Nov 14
1
Generating unique permutations of a vector
...re are more then 10 unique permutations for the other columns, but still their numbers should be small enough. Thus: Has anyone been working on a similar problem and found a better way to generate such probability distributions? I'd appreciate any kind of hint how to solve my problem. Thanks! Annette -- Annette Heisswolf Section of Ecology Department of Biology University of Turku 20014 Turku, Finland
2011 Oct 17
1
Trojan in setup file
...;. The PC is never connected to the internet, this is why the anti virus software has been updated in 2010 for the last time. Might it be possible that the old version of the anti virus software could "cause" this problem? I'm very thankfull for any kind of help! Kind regards Annette [[alternative HTML version deleted]]
2008 Dec 03
2
Switch language
Hi there, I've installed R somewhen in German but I'd like to have it in English. The installation of a new version does not change the language setting though I think I've chosen "English" in the installation process (this choice was available, right?). Can anybody give me a hint? (Error-Messages in German are not easy to get a solution for...) Antje
2003 Aug 27
2
Basic GLM: residuals definition
...o re-create the residuals for a poisson GLM with simulated data; x<-rpois(1000,5) model<-glm(x~1,poisson) my.resids<-(log(x)- summary(model)$coefficients[1]) plot(my.resids,residuals(model)) This shows that my calculated residuals (my.resids) are not the same as residuals(model). p 65 of Annette Dobson's book says that GLM (unstandardised) residuals are calculated by analogy with the Normal case. So where am I going wrong? Thanks for your attention. Martin. Martin Hoyle, School of Life and Environmental Sciences, University of Nottingham, University Park, Nottingham, NG7 2RD, UK We...
2009 Mar 25
1
boxplot in subgroups
Hi, I have data that looks like this: ASA1 ASA2 C1_C2 C M 9.0225 S S 2.4315 M C 3.4894 M S 4.5282 C M 1.3183 C S 1.3735 S C 1.0488 S M 7.948 M C 4.5827 I need to plot Boxplots for a given ASA1 (either C,S, or M) with respect to C1_C2. However, instead of one boxplot I want to plot
2004 Aug 25
3
Help using Hmisc / Latex
...lly generate a *.tex file with the output of an OLS estimation. Some people suggested to use the latex function on the Hmisc package. I'm having a bit of trouble to properly specify this function (I'm not a very experienced R user). Below you will find an example, of what I'm doing. ## Annette Dobson (1990) "An Introduction to Generalized Linear Models". ## Page 9: Plant Weight Data. summary(lm.D90 <- lm(weight ~ group - 1))# omitting intercept out <- latex(lm.D90) latex(out, model1, file="") When I run this code, I get an output which does not attend my needs...
2007 Nov 26
1
pass lm( ) a char vector as the variables to be included
...e the process of fitting linear models where the names of variables of models are produced and stored in character vectors. But I have problems to pass the vectors to the lm( ) because I don't know how to strip the quotation marks automatically. Here are the codes of the example of lm( ): ## Annette Dobson (1990) "An Introduction to Generalized Linear Models". ## Page 9: Plant Weight Data. ctl <- (4.17,5.58,5.18,6.11,4.50,4.61,5.17,4.53,5.33,5.14) trt <- (4.81,4.17,4.41,3.59,5.87,3.83,6.03,4.89,4.32,4.69) group <- gl(2,10,20, labels=c("Ctl","Trt")) weight...
2017 Dec 04
0
Gluster Monthly Newsletter, November 2017
...ions - Tomas Smetana, Red Hat https://kccncna17.sched.com/event/CU7O/kubernetes-feature-prototyping-with-external-controllers-and-custom-resource-definitions-i-tomas-smetana-red-hat Friday, December 8 ? 11:10am - 11:45am You Have Stateful Apps - What if Kubernetes Would Also Run Your Storage? - Annette Clewett & Sudhir Prasad, Red Hat https://kccncna17.sched.com/event/CU8g/you-have-stateful-apps-what-if-kubernetes-would-also-run-your-storage-annette-clewett-sudhir-prasad-red-hat Friday, December 8 ? 2:45pm - 3:20pm Providing Containerized Cinder Services to Baremetal Kubernetes Clusters -...
2000 May 03
2
GLM available book recommendation
Howdy, I looked at the references in the R and S-Plus literature to find a good introduction/reference to GLM. When I then went to Amazon it seemed to me that all the recommended books are out of print. Can anyone give me a recommendation which _available_ book to get? --Ragnar -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2008 Jun 08
1
exponential distribution
Dear all, I've tried to solve the Es. 12, cap 4 of "Introduction to GLM" by Annette Dobson. It's about the relationship between survival time of leukemia patients and blood cell count. I tried to fit a model with exponential distribution, first by glm (family gamma and then dispersion parameter fixed to 1) and then with survreg. They gave me the same point estimates but the s...
1998 Oct 28
8
Bad password
Samba Gurus: I just upgraded from samba-1.9.15p8 to samba-1.9.18p8 on one of our Sun boxes (Solaris 2.5.1). When I try to connect to the samba server from another machine with smbclient I get the following error message: smbclient -L odin Added interface ip=192.10.11.32 bcast=192.10.11.255 nmask=255.255.255.0 Server time is Wed Oct 28 15:17:47 1998 Timezone is UTC-5.0 Password: Session setup
2014 May 12
2
Duda_TEST DE WALD
...; Hola, > > Mira la ayuda del wald.test() para entender lo que te piden... > Tienes que proporcionar los coeficientes del modelo, la matriz de > covarianzas y los términos del modelo sobre los que quieres aplicar el test. > > Este es un ejemplo: > > require(graphics) > ## Annette Dobson (1990) "An Introduction to Generalized Linear Models". > ## Page 9: Plant Weight Data. > ctl <- c(4.17,5.58,5.18,6.11,4.50,4.61,5.17,4.53,5.33,5.14) > trt <- c(4.81,4.17,4.41,3.59,5.87,3.83,6.03,4.89,4.32,4.69) > group <- gl(2, 10, 20, labels = c("Ctl&quot...
2014 May 10
2
Duda_TEST DE WALD
Hola a todos y todas, Gracias por vuestro apoyo en cantidad de preguntas anteriores, de nuevo os escribo para compartir una duda: Estoy trabajando con un modelo bien sencillo, es una regresión simple, pero me gustaría comprobar la significación estadística de cada uno de los coeficientes de regresión en el modelo. La idea es hacer un contraste de hipótesis. Me he descargado el paquete
2011 Dec 04
6
Problema (¿bicho?) en función lm, R 2.14.0
...tes de R en publicaciones. Escriba 'demo()' para demostraciones, 'help()' para el sistema on-line de ayuda, o 'help.start()' para abrir el sistema de ayuda HTML con su navegador. Escriba 'q()' para salir de R. > example(lm) lm> require(graphics) lm> ## Annette Dobson (1990) "An Introduction to Generalized Linear Models". lm> ## Page 9: Plant Weight Data. lm> ctl <- c(4.17,5.58,5.18,6.11,4.50,4.61,5.17,4.53,5.33,5.14) lm> trt <- c(4.81,4.17,4.41,3.59,5.87,3.83,6.03,4.89,4.32,4.69) lm> group <- gl(2,10,20, labels=c("Ct...
2004 Oct 11
1
Multiple regression trees
...ree with the number of node (each node should be labled with its number) 2. I like to know for each end node (leaves) the number of occurency for each response variable (species) that falls in that group.The tree-plot gives me only the number of sites that falls in each leave. Thank you in advance Annette
2007 Aug 13
1
p value statistic for lm object
Hi, I conduct a univariate regression with lm function. I would like to get the p value for the regression. Is there a method that would enable me to extract the p value into a variable. Thanks. Arjun Bhandari ************************************************************************************************************** This email and any files transmitted with it are confidentia...{{dropped}}