Displaying 20 results from an estimated 1000 matches similar to: "Installation problem with "geepack""
2011 Dec 14
2
error installing geepack on 64bit fedora 16
Hi
Does anyone know how to install geepack on fedora 16 - 64bit - R
google only yields a couple of hits with unanswered Q
Installation just throws an error with an undefined symbol. Previous
version won't load due to lack of NAMESPACE. Sadly, its a show
stopper w.r.t. upgrading my work PCs
Any hints/suggestions most welcome
Thanks
Cheers
Peter
2010 Feb 10
1
using step() with package geepack
I'm using the package geepack to fit GEE models.
Does anyone know of methods for add1 and drop1 for a 'geeglm' model object, or perhaps a method for extractAIC based on the QIC of Pan 2001? I see there has been some mention of this on R-help a few years ago (RSiteSearch("QIC")).
The package does provide an anova method for its model objects, and update() seems to work:
2010 Apr 24
0
'geepack' and 'gee' package outputs
Hi, having used both the gee pacakge and the geepack package, i am unsure of
how to interpret the results.
Here are the results from the geeglm function from the geepack package
> gee2<-geeglm(data$erythema~data$product, data = data, id=subject,
> family=binomial, corstr="independence")
Warning message:
In model.response(mf, "numeric") :
using
2008 Mar 05
1
problem with geepack
Hi all
I am analyzing a data set containing information about the behaviour of
marine molluscs on a vertical wall. Since I have replicate observations
on the same individuals I was thinking to use the geepack library.
The data are organised in a dataframe with the following variables
Date = date of sampling,
Size = dimensions (mm)
Activity duration of activity (min)
Water = duration of
2012 Sep 23
0
problems with function geese() in geepack
Good evening,
In my research I am studying the marginal models, where the main goal is on
the structure of the association.
My practical example has cluster with up to 600 observations and with this
database, the function geese() return me the following message:
This application has requested the runtime to terminate it is on unusual
way.
Please contact the application’s support team
2012 Sep 24
0
problems with function geese in geepack
Hi,
In my research I am studying the marginal models, where the main goal is on
the structure of the association.
My practical example has cluster with up to 600 observations and with this
database, the function geese() return me the following message:
This application has requested the runtime to terminate it is on unusual
way.
Please contact the application’s support team for more
2005 Oct 17
0
Ordinal GEE model
Hi,
I am trying to fit a ordinal GEE model using ordgee {geepack}. In order to check the validity of the function, I specified the correlation structure as independence (i.e. constr = "independence") and compared the result with that using polr {MASS}.
Because a GEE model with an independent working correlation structure is equivalent to an ordinary GLM model, we would expect the same
2005 Apr 27
0
Fitting a kind of Proportional Odds Modell using nlme, polr, lrm or ordgee
Hello,
I'm trying to fit a special kind of proportional odds model from:
Whitehead et al. (2001). Meta-analysis of ordinal outcome using
individual patient data. Statistics in medicine 20: 2243-2260. (model 2)
The data are as follows:
library(nlme)
library(geepack)
library(Design)
library(MASS)
options(contrasts=c("contr.SAS","contr.poly"))
counts <-
2011 Jul 26
2
error in ordgee
I am trying to used "ordgee" from "geepack" for an ordinal dataset.
When I write the code it returns
"Warning message:In binomial(link) : use of binomial(link=link) is deprecated" ,
but the program runs.
Even when I run your example for "ohio" and "respdis", it returns the same error.
Please guide me
[[alternative HTML version deleted]]
2010 May 31
2
geepack installation problem?
Hello R Forum members.
I have installed for my statistician user, apparently without error, both
the concord and geepack packages. The target system is R 2.10.1 on a
64-bit RedHat Enterprise Linux platform.
However when she attempts to invoke a function in geepack, for example...
geeglm((abuse_total ~ case),id=mother, family="poisson")
the resultant error is
Error: could not find
2024 Mar 28
0
GEEPACK vs GEE: What are the differences in the estimators calculated by geeglm() (GEEPACK) and gee() (GEE)?
Hello,
I am interested in running generalized estimating equation models in R.
Currently there are two main packages for doing so in R, geepack and gee. I
understand that even though one can obtain similar to almost identical
results using either of the two, that there are differences between the
packages.
The paper that introduces the geepack package (
2009 Aug 19
1
a bug in the offset parameter syntax in the geepack package?
Dear R-users,
I was doing some Poisson regression using the geepack package and I found a
"strange" behaviour of the geeglm command when defining an offset. Maybe
it's my limited knowledge of R syntax, or maybe it's something else.
Let's make an example. After loading the geepack library, you may write
2002 Oct 07
3
RE: new packages: geepack and KMsurv
I downloaded geepack from your site and installed it from the zip file.
However, although it appears under my library directory, I could not load
into R.
Regards
John Sendak
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 6.0
year 2002
month 10
2009 Apr 24
3
How to see the content of geepack package
Dear list members,
I need to see the content of the functions in package geepack. It uses
some C functions in the computation they are not available in the package
directory.
How can I see the content of C functions?
Kind Regards,
Thank you,
Aysun Cetinyurek
2008 Oct 29
2
call works with gee and yags, but not geepack
I have included data at the bottom of this email. It can be read in by
highlighting the data and then using this command: dat <-
read.table("clipboard", header = TRUE,sep="\t")
I can obtain solutions with both of these:
library(gee)
fit.gee<-gee(score ~ chem + time, id=id,
family=gaussian,corstr="exchangeable",data=dat)
and
library(yags)
fit.yags <-
2003 Oct 24
1
gee and geepack: different results?
Hi, I downloaded both gee and geepack, and I am trying to understand the
differences between the two libraries.
I used the same data and estimated the same model, with a correlation
structure autoregressive of order 1. Surprisingly for me, I found very
different results. Coefficients are slightly different in value but
sometimes opposite in sign.
Moreover, the estimate of rho (correlation
2009 Nov 26
1
different fits for geese and geeglm in geepack?
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091126/7134fc17/attachment-0001.pl>
2011 Mar 23
0
p and wald values intra-groups geeglm: geepack
*H*i,
I am trying to fit a GEE model with *geeglm* function. The model is the
following:
Modelo<-geeglm(sqrt ~Tra+ Mes, id=Lugar , data=datos,
family=gaussian(identity), corstr="independence")
*Tra( is a experimental treatment, 2 levels)*, *Mes* (is the month of take
data, 4 levels) and *Lugar* (is the site of study, 3 levels) are categorical
variables and *sqrt* (sqrt of Total
2015 Apr 22
0
shlib problems with Intel compiler
On Tue, 2015-04-21 at 11:46 -0600, Andy Jacobson (NOAA Affiliate) wrote:
> Hi,
>
> I'm encountering trouble compiling caTools_1.17.1.tar.gz and
> e1071_1.6-4.tar.gz on a Linux system using the Intel compiler suite.
> 14 other packages I generally use installed without any trouble. I
> notice both of these trouble packages have a C++ component, so I
> wonder if that might
2015 Apr 22
1
shlib problems with Intel compiler
Hi Martyn,
Thanks for your insight, that seems pretty direct. Unfortunately, I did not compile this version of R (it's on a large supercomputer system and this version of R was installed by the admins). Using "R CMD config", I see the following relevant settings:
DYLIB_LD = icc -std=gnu99
DYLIB_LDFLAGS = -shared -openmp
LDFLAGS = -L/opt/compilers/intel/cce/9.1.039/lib