Displaying 20 results from an estimated 800 matches similar to: "GEE"
2004 Apr 26
0
(no subject)
Hi there,
I'm trying to fit GEE models on binomial data. My problem is how to "select" a model if ever it is possible and how I decide a factor has to be drop out or not. More specifically:
1) Are QIC (Pan 2001) reliable and can be used in a model selection framework (Burhnam and Anderson 1998)? If yes, how can the QIC be estimated from available information in a gee object?
2) If
2004 Apr 26
0
GEE models
Hi there,
I'm trying to fit GEE models on binomial data. My problem is how to "select" a model if ever it is possible and how I decide a factor has to be drop out or not. More specifically:
1) Are QIC (Pan 2001) reliable and can be used in a model selection framework (Burhnam and Anderson 1998)? If yes, how can the QIC be estimated from available information in a gee object?
2) If
2010 Jun 08
0
R 2.11.0 for Ubuntu 10.04 Lucid Lynx on CRAN [solved]
Thank you very much Christophe by your advice.
However, my situation was the opposite to yours, because I'm behind a
proxy but my sudo account couldn't see it, and when looked for the
proxy configuration of the sudo account with :
$ sudo printenv | grep proxy
the result was empty.
Finally, thanks to all the advice received in this thread, I could fix
the problem by editing the
2006 Mar 29
1
QIC from gee() or geese()
Hello,
Is it possible to derive Pan's QIC (2001 Biometrics 57:120) from
either a fitted gee() object in the gee package or from a geese() fit
in the geepack package? If so, would anyone be kind enough to provide
me with code to do so? I realize that QIC is part of the output from
yags() but I would like to use one of the other functions. Thanks.
Richard
2010 Apr 30
1
QIC for GEE
Hi,
I'm using 'geepack' to run Generalized Estimating Equations. I'm aware that
I can use anova to compare two models, but would it be possible to test QIC
on R? It seems that there were similar questions a couple of years ago, but
the question has not been answered yet.
I'd appreciate if someone could show me the code!
Thank you,
Sachi
[[alternative HTML version
2011 May 31
0
Installing R on ubuntu 10.04 LTS :solved
Dear Christophe,
Yes. It was helpful indeed.
The four steps you outlined successfully helped me to install the newest
version of R. I have been fiddling with this for days and I am quite
grateful to all who contributed.
I formally posted to r-help@r-project.org before somebody suggested posting
to r-sig-debian@r-project.org.
Best regards
Ogbos
2011/5/31 Christophe Bonenfant
2011 May 31
0
Installing R on ubuntu 10.04 LTS :solved
Dear Christophe,
Yes. It was helpful indeed.
The four steps you outlined successfully helped me to install the newest
version of R. I have been fiddling with this for days and I am quite
grateful to all who contributed.
I formally posted to r-help@r-project.org before somebody suggested posting
to r-sig-debian@r-project.org.
Best regards
Ogbos
2011/5/31 Christophe Bonenfant
2011 Jun 01
0
Installing R on ubuntu 10.04 LTS: Solved
Dear list,
Thanks for your time. I was surprised. While I was still waiting for your
response, I entered R and discovered that it has been updated!!!! I hurried
logged out and went home since I had overstayed battling with it. I wonder
how the update happened with the numerous errors that were reported. I wish
I will be able to find out, otherwise, I am off with my analysis with the
new version :)
2013 Apr 16
0
Model ranking (AICc, BIC, QIC) with coxme regression
Hi,
I'm actually trying to rank a set of candidate models with an information criterion (AICc, QIC, BIC). The problem I have is that I use mixed-effect cox regression only available with the package {coxme} (see the example below).
#Model1
>spring.cox <- coxme (Surv(start, stop, Real_rand) ~ strata(Paired)+R4+R3+R2+(R3|Individual), spring)
I've already found some explications in
2006 Mar 29
1
Monmonier algorithm
Hello list,
does anyone know if Monmonier algorithm is available in R? I've checked
several spatial libraries, but I didn't find anything related to it.
However, there is a huge documentation and I may have missed it.
Before coding it, I'd like to be sure it doesn't already exist.
Cheers,
Thibaut Jombart.
--
######################################
Thibaut JOMBART
CNRS UMR
2004 Sep 24
0
New package: adehabitat
Dear all,
I have just uploaded a package to CRAN a new package called 'adehabitat'.
This package is intended for ecologists who want to analyse the use of
space by animals.
Many functions currently used in this field are available to
highlight habitat selection by animals (selection ratios, ENFA, habitat
suitability maps
with the algorithm DOMAIN or Resource Selection Functions)
or to
2004 Sep 24
0
New package: adehabitat
Dear all,
I have just uploaded a package to CRAN a new package called 'adehabitat'.
This package is intended for ecologists who want to analyse the use of
space by animals.
Many functions currently used in this field are available to
highlight habitat selection by animals (selection ratios, ENFA, habitat
suitability maps
with the algorithm DOMAIN or Resource Selection Functions)
or to
2006 Mar 22
0
Sweave in png
Hello list,
Here is a problem I had. I write this to the list in case the solution I
found would be useful to anyone else.
I had to Sweave document including pixmap pictures, which are very heavy
when converted into pdf pictures. In practice, this eventually led to
very heavy pdf, sometimes impossible to read. So the first solution I
found was to save pictures in png, when too heavy in pdf :
2007 Aug 27
0
Monmonier algorithm
Hello,
Here is a late answer, but an answer nonetheless to the question I asked
almost one year ago on this list:
> On Wed, 29 Mar 2006, Thibaut Jombart wrote:
>> Hello list,
<http://tolstoy.newcastle.edu.au/R/help/06/03/24318.html#24322qlink1>
/>> /
/>> does anyone know if Monmonier algorithm is available in R? I've
checked /
/>> several spatial
2017 Dec 07
2
How to read or write Geolocation (RFC6442) data in SIP/PJSIP messages ?
Hello,
I'm having a look at section 13.1 from SIP Connect v2 doc (see [1]).
It refers to RFC6442 which gives the following example (sorry for its
length):
INVITE sips:bob at biloxi.example.com SIP/2.0
Via: SIPS/2.0/TLS pc33.atlanta.example.com;branch=z9hG4bK74bf9
Max-Forwards: 70
To: Bob <sips:bob at biloxi.example.com>
From: Alice <sips:alice at
2006 Mar 24
1
Sweaving in png
Hello list,
despite I already posted a mail on this topic on R help, I guess this place may be more appropriate.
I'll make it shorter this time. Sorry for posting twice.
I found that using pixmap pictures in a Sweave document was sometimes almost impossible, due to the huge size of the pdf pictures produced.
The first solution I found was to save pictures in png, when too heavy in pdf.
2011 Aug 02
1
matrix indexing (igraph ?)
I realize that matrix indexing has been addressed in various flavors, but I''m stumped and didn''t find anything in the archives. It''s not clear if it is an igraph issue or a more general problem. Thanks in advance for your patience.
I am using igraph to read a gml file (http://www-personal.umich.edu/~mejn/netdata/football.zip
). The gml file contains vertex attributes
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:
2003 Dec 01
0
No subject
Server on the other sites, and get a response. However, no client has
resolve the names of the Servers. I thought I could get around this by
adding the following line into my smb.conf:
name resolve order = hosts lmhosts wins bcast
(though I'm sure there are better ways of achieving this!!)
But this doesn't solve it! My Samba Server includes a WIN Server and a DHCP
Server, which issues
2007 Mar 07
3
possible bug in model.frame.default
Dear list,
I may have found a bug in model.frame.default (called by the lm function).
The problem arises in my R dev version but not in my R 2.4.0.
Here is my config :
> version
_
platform
x86_64-unknown-linux-gnu
arch
x86_64