[R] Akaike weight in R

2009-11-10 Thread Sunny
I am using lm simulation in R and try to find the AICc and Akaike weight of the model. I searched out that using package AICcmodavg AICc is easily to get. I wonder how can I get the Akaike weight, any function I can use to generate it? Thanks in advance. Sunny [[alternative HTML version

Re: [R] Akaike weight in R

2008-12-21 Thread Odette Gaston
weight with R? I know the description, but is there any function to generate by R on the web-site or R library? I am using GLM or GLMM (family=binomial), so would be appreciated if you help me. You could have a look at this. http://bm2.genes.nig.ac.jp/RGM2/R_current/library/aod/man

Re: [R] Akaike weight in R

2008-12-21 Thread David Winsemius
showing 1 even I changed Delta. Also, I couldn't find OAD package, where can I get one? Would be wonderfully appreciated. Thanks in advance, Odette On Fri, Dec 19, 2008 at 8:33 PM, Graham Smith myotis...@gmail.com wrote: Odette Wondering how can I generate Akaike weight with R? I know

Re: [R] Akaike weight in R

2008-12-21 Thread Graham Smith
Seems pretty clear from a quick glance at that page (and in retrospect, even from the URL itself) that Graham misspelled the package name, Try looking for package, aod (without any caps.) Yep, mea culpa (and I have probably spelt that wrong as well), it was quick after thought as I almost just

[R] Akaike weight in R

2008-12-19 Thread Odette Gaston
Hi folks, Wondering how can I generate Akaike weight with R? I know the description, but is there any function to generate by R on the web-site or R library? I am using GLM or GLMM (family=binomial), so would be appreciated if you help me. Thanks for your contributions in advance, Regards

Re: [R] Akaike weight in R

2008-12-19 Thread Graham Smith
Odette Wondering how can I generate Akaike weight with R? I know the description, but is there any function to generate by R on the web-site or R library? I am using GLM or GLMM (family=binomial), so would be appreciated if you help me. You could have a look at this. http://bm2

Re: [R] Akaike weight in R

2008-12-19 Thread Simon Pickett
- From: Odette Gaston odette.gas...@gmail.com To: r-help@r-project.org Sent: Friday, December 19, 2008 11:26 AM Subject: [R] Akaike weight in R Hi folks, Wondering how can I generate Akaike weight with R? I know the description, but is there any function to generate by R on the web-site or R

Re: [R] Akaike weight in R

2008-12-19 Thread Ben Bolker
Try AICtab in the bbmle package - Original Message - From: Odette Gaston odette.gas...@gmail.com To: r-help@r-project.org Sent: Friday, December 19, 2008 11:26 AM Subject: [R] Akaike weight in R Hi folks, Wondering how can I generate Akaike weight with R? I know