Displaying 20 results from an estimated 800 matches similar to: "(no subject)"
2004 Apr 26
0
GEE
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
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 :)
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
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 :
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.
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
2008 May 23
1
seeing an S4 method, not using it
Dear list,
here is a problem I met when trying to use a method for an S4 object,
without loading the package in which the method was defined. I do not
know if this is a bug, or a mistake of mine. Normally, I think the
package in which the appropriate method is defined is loaded
automatically when calling the method. The problem is that if the
package is indeed loaded automatically, the
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
2002 Jan 10
0
quasibinomial glm
Hello list,
i have a glm with family=binomial, link=logit but there is
over-dispersion. So, in order to take into account for this problem i
choose to do a glm with family=quasibinomial(). I'm not an expert on
this subject and i ask if someone could validate my approach (i'm not
sure for the tests) :
quasi_glm(myformula,quasibinomial(),start=mystart)
summary(quasi) # test t for
2001 Jul 10
1
R.lib and compiling C for Windows
Hello list,
(PC Windows 2000, R 1.2.3)
i want to compile C source file for R on windows 2000. I'm working
with Metrowerks CodeWarrior for creating and compiling C files. I've
see that R.lib file must be obtain with R.ddl by Visual C++. I don't
have Visual C++ (and i don't want to buy it !!) but i want to obtain
R.lib file. Is there a solution to my problem ???
Any help would
2001 Sep 06
1
svd and eigen
Hello List,
i need help for eigen and svd functions. I have a non-symmetric
square matrix. These matrix is not positive (some eigenvalues are
negative). I want to diagonalise these matrix. So, I use svd and
eigen and i compare the results. eigen give me the "good" eigenvalues
(positive and negative). I compare with another software and the
results are the same. BUT, when i use svd,
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
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