similar to: Installing GLMMGibbs problems

Displaying 20 results from an estimated 600 matches similar to: "Installing GLMMGibbs problems"

2003 Jul 03
1
compilation error when installing GLMMGibbs on SuSE Linux 8.2 (R v. 1.7.1)
I getting compilation errors when trying to install GLMMGibbs (see below). I'm running R v 1.7.1 on SuSE Linux 8.2. Has anyone else had this problem? I tried it on a Win2000/R 1.5.1 combination and it worked fine. Any hints are greatly appreciated. Thank you in advance, Damien >install.packages("GLMMGibbs") trying URL `http://cran.r-project.org/src/contrib/PACKAGES'
2000 Dec 15
0
Gibbs sampling in GLMMs: Beta testers required
Sort of a warning before I start: This post may be considered to describe a rather amateurish approach to distributing software which may annoy some people, but I sincerely hope it doesn't. I've been working for some years with David Clayton on a project which started life as an S package but has now turned into an R library. It is (now) called GLMMGibbs and estimates the parameters of
2001 Aug 30
1
GLMMGibbs crashes on seeds data
Hi all I know GLMMGibbs is still in beta but has anyone experienced (and solved ;-) this problem? I decided to look at the seeds example but I get a core dump on two intel linux boxes and also a sun workstation. All are running R1.3.0 but different hardware/OS's so I think I've done something wrong > library(GLMMGibbs) > data(seeds) > seeds$plate <- as.factor(1:21) >
2002 Jan 19
1
correlated random effects in GLMMGibbs ?
Dear R-users, I wondered if anyone has extended GLMMGibbs to include correlated random effects, and if so, whether they would be willing to let me use their code? Jonathan Myles has no plans to extend glmm in this manner within the foreseeable future. With thanks, Patty -- -------------------------------------------------------------------------------- Assoc Prof Patty Solomon
2005 Dec 21
1
GLMMGibbs
Hello, I am trying to use glmm() in library GLMMGibbs, but I don't seem to have the package and it is not listed on CRAN. Is it no longer supported? (I am using R 2.1.1 on Windows.) Many thanks in advance for your help. Regards, Mark The information contained in this e-mail is confidential and...{{dropped}}
2002 Jan 18
1
TeX error generated by R CMD CHECK
Hello, can anyone explain the following error I get when trying to use the CHECK command to check a new version of my pakcage under 1.4.0? ****** ./R CMD check ~/GLMMGibbs.0.5.1/GLMMGibbs * checking for working latex ... OK * using log directory `/homef/jonm/R-1.4.0/bin/GLMMGibbs.Rcheck' ... <Installs library, documentation, and then performs various tests, including the example,
2002 May 23
1
Multilevel model with dichotomous dependent variable
Greetings- I'm working with data that are multilevel in nature and have a dichotomous outcome variable (presence or absence of an attribute). As far as I can tell from reading archives of the R and S lists, as well as Pinheiro and Bates and Venables and Ripley, - nlme does not have the facility to do what amounts to a mixed-effects logistic regression. - The canonical alternative is
2005 Dec 15
1
generalized linear mixed model by ML
Dear All, I wonder if there is a way to fit a generalized linear mixed models (for repeated binomial data) via a direct Maximum Likelihood Approach. The "glmm" in the "repeated" package (Lindsey), the "glmmPQL" in the "MASS" package (Ripley) and "glmmGIBBS" (Myle and Calyton) are not using the full maximum likelihood as I understand. The
2003 Oct 16
0
make error R-1.8.0 on SuSE Linux 7.3 (i386)
My first Problem is a minor one. Maybe some knows a reson. Pleas give me a hint off-line, as it seems to be something stupid. 1. I sent my first mail to r-help at lists.R-project.org and got Delivery Failure Report Your document: make error R-1.8.0 on SuSE Linux 7.3 (i386) was not delivered to: r-help at lists.R-project.org because: Delivery time expired I already had this problem
2002 May 13
1
Spatio-temporal analysis of homicide rates
Dear R-listers, I would like to carry out a very basic descriptive analysis of homicides rates in Italy, taking into account both the spatial dimension (103 provinces) and the temporal dimension (10 years), but no covariates. In practice, what I would like to do is to describe spatio-temporal variation of homicide rates, identifying those combinations of province-year where the homicide rate
2000 Nov 07
1
No subject
I have just moved to a new workplace. I saved an R workspace into an ascii file at my old workplace and have ftp'ed it down here. Unfortunately when I try to load the get a message saying that the file is corrupted. It's a big file, but my experience suggests that this normally refers to a problem at the beginning or end of a file, so I thought it might be worth enclosing just the
2000 Nov 07
1
ascii load file ( was Re: none)
> Date: Tue, 7 Nov 2000 17:34:37 +0000 (GMT) > From: Jonathan Myles <mylesj at icrf.icnet.uk> > > I've now got a colleague at MRC-BSU to compress it, and email it as an > attachment to my UNIX machine, where I uncompressed it and then ftp'ed > it in ascii format to my laptop. So it doesn't seem to be an ascii/bin > issue ... Is it possible to get a binary
2001 Oct 11
2
Where's MVA?
Hi All: Package TSERIES is stated to depend on MVA. However, there is no MVA package to be found under the list of package sources. Best wishes, ANDREW tseries: Package for time series analysis Package for time series analysis with emphasis on non-linear and non-stationary modelling Version: 0.7-6 Depends: ts, mva, quadprog Date: 2001-08-27 Author: Compiled by Adrian
2000 Dec 15
2
debugger not recognizing C routine names
Something seems to have changed with the debugger option since I used it last, unless I've forgotten something really stupid (much more likely) . The debugger doesn't seem to recognise the names of C routines ***************** [jonm at localhost jonm]$ cat test.c #include "S.h" void test(int *x,int *y){ y[0]=x[0]+2; } [jonm at localhost jonm]$ R COMPILE test.c gcc
2002 Apr 12
1
summary: Generalized linear mixed model software
Thanks to those who responded to my inquiry about generalized linear mixed models on R and S-plus. Before I summarize the software, I note that there are several ways of doing statistical inference for generalized linear mixed models: (1)Standard maximum likelihood estimation, computationally intensive due to intractable likelihood function (2) Penalized quasi likelihood or similar
2002 Apr 01
2
writing a package for generalized linear mixed modesl
Happy new month, everyone! I am planning to write a NIH grant proposal to study ways to speed Monte Carlo based maximum likelihood algorithm for hierarchical models with a focus on generalized linear mixed models (GLM with random effects). I thought it would be nice and also increase the chance of funding if I could produce an R package in the process. I understand that Prof. Pinheiro ang Bates
2001 Sep 12
0
Multilevel models with binary data
I have been using lme to model data with multiple nested random effects and continuous response variables however I also have data with a binary response variable, binomial errors and multiple levels of nesting of random effects (e.g. site/block/quadrat/year), is there a package available which will do this? Jim Lindsey's package "repeated" appears to be only able to cope with 2
2001 Oct 26
2
glim and gls
Hello, I would like to know if there is any package that allow us to fit Generalized Linear Models via Maximum Likelihood and Linear Models using Generalized Least Squarse in R as the functions glim and gls, respectively, from S-Plus. Also, anybody know if there is any package that fit Log-Linear Models using Generalized Least Squares? Any help will be very useful. Thanks, -- Frederico
2002 May 08
1
HGLM in R (was: writing a package for generalized linear mixed models)
I wonder if someone has tried to implement the hierarchical generalized linear model (HGLM) approach of Lee and Nelder (JRSSB, 1996, 58: 619-56) in R. Thanks in advance. Emmanuel Paradis At 17:18 01/04/02 +0100, ripley at stats.ox.ac.uk wrote: >On Mon, 1 Apr 2002, Jason Liao wrote: > >> Happy new month, everyone! >> >> I am planning to write a NIH grant proposal to study
2002 Feb 20
2
Code for bivariate Poisson regression?
Dear RHelpers, Does anyone know of any R code to perform bivariate Poisson regression (including random effects)? Best wishes Simon Simon D.W. Frost, M.A., D.Phil. Department of Pathology University of California, San Diego Antiviral Research Center (Formerly: UCSD Treatment Center) 150 W. Washington St., Suite 100 San Diego, CA 92103 USA Tel: +1 619 543 8080 x275 Fax: +1 619 298 0177 Email: