search for: aod

Displaying 20 results from an estimated 71 matches for "aod".

Did you mean: and
2009 May 05
0
stepAICc function (based on MASS:::stepAIC.default)
...quot;, "AICc") heading <- c("Stepwise Model Path \nAnalysis of Deviance Table", "\nInitial Model:", deparse(as.vector(formula(object))), "\nFinal Model:", deparse(as.vector(formula(fit))), "\n") aod <- if (usingCp) data.frame(Step = change, Df = ddf, Deviance = dd, `Resid. Df` = rdf, `Resid. Dev` = rd, Cp = AICc, check.names = FALSE) else data.frame(Step = change, Df = ddf, Deviance = dd, `Resid. Df` = rdf, `Resid. Dev` = rd, A...
2020 Oct 08
2
unable to access index for repository...
...whether it is dependent on the mirror I chose, but I do not remember the one I chose earlier when it work. I need your help, gentlemen, as I need to use R-3.0.3 for my task. > options(repos="https://cran-archive.r-project.org") > chooseCRANmirror() > install.packages("aod") Warning: unable to access index for repository https://cran-archive.r-project.org/bin/windows/contrib/3.0 Warning: unable to access index for repository http://lib.stat.cmu.edu/R/CRAN/bin/windows/contrib/3.0 ?? package ?aod? is available as a source package but not as a binary Warning m...
2020 Oct 08
2
unable to access index for repository...
Thanks. You gentlemen please tell me what this means. In R (outside of RStudio) I ran: install.packages("aod") Received a warning (and installation did not seem to go through). Then I tried install.packages("aod",repos='https://cran-archive.r-project.org') Received a warning but it went on to try https://cran-archive.r-project.org/bin/windows/contrib/3.0/aod_1.3.zip and it wor...
2020 Oct 08
2
unable to access index for repository...
...hanks for the help. I have a reason to continue with R-3.0.3. I used maxLik to estimate econometric models and some of them are better handled with R-3.0.3 (but not later)----a sad reality I do not like. Here is what I did. I downloaded https://cran-archive.r-project.org/bin/windows/contrib/3.0/aod_1.3.zip and installed the zip file, which worked in both RStudio and R (without RStudio). In RStudio, I go Tools -> Install packages -> Install from -> (Choose zip) -> (Browse to the zip file) IN R, I go Packages -> Install packages from local file(s) -> (Browse to the zip f...
2020 Oct 08
0
unable to access index for repository...
...mirror I chose, but I do not remember the one I chose earlier when it work. > > I need your help, gentlemen, as I need to use R-3.0.3 for my task. > > > options(repos="https://cran-archive.r-project.org") > > chooseCRANmirror() > > install.packages("aod") > Warning: unable to access index for repository > https://cran-archive.r-project.org/bin/windows/contrib/3.0 > Warning: unable to access index for repository > http://lib.stat.cmu.edu/R/CRAN/bin/windows/contrib/3.0 > > ?? package ?aod? is available as a source package b...
2020 Oct 08
0
unable to access index for repository...
...ing an obsolete version of R, it shouldn't surprise you that it has bugs that nobody else is seeing.) Duncan Murdoch On 08/10/2020 11:54 a.m., Steven Yen wrote: > Thanks. You gentlemen please tell me what this means. In R (outside of > RStudio) I ran: > > install.packages("aod") > > Received a warning (and installation did not seem to go through). > > Then I tried > > install.packages("aod",repos='https://cran-archive.r-project.org') > > Received a warning but it went on to try > > https://cran-archive.r-project.o...
2020 Oct 08
0
unable to access index for repository...
...ve a reason to continue with R-3.0.3. I used >maxLik to estimate econometric models and some of them are better >handled with R-3.0.3 (but not later)----a sad reality I do not like. > >Here is what I did. I downloaded > >https://cran-archive.r-project.org/bin/windows/contrib/3.0/aod_1.3.zip > >and installed the zip file, which worked in both RStudio and R (without > >RStudio). > >In RStudio, I go Tools -> Install packages -> Install from -> (Choose >zip) -> (Browse to the zip file) > >IN R, I go Packages -> Install packages from local...
2020 Oct 08
2
unable to access index for repository...
...Steven Yen wrote: >> Thanks. I did as suggested but still received a warning, though the >> installation went through. Anything I could do to install without the >> warning message. >> >> What is the contrib.url argument? >> >> > install.packages("aod",repos='https://cran-archive.r-project.org') >> Warning in install.packages : >> ? unable to access index for repository >> http://cran.rstudio.com/bin/windows/contrib/3.0 >> trying URL >> 'https://cran-archive.r-project.org/bin/windows/contrib/3.0/a...
2020 Oct 05
2
unable to access index for repository...
...that's hard to explain, some of my tasks are better handled with an older version of R, in this case R-3.0.3. Please just help me install packages successfully with this older version of R. I ran the following line but obviously was not getting it across. ===== > install.packages("aod",repos='https://cran-archive.r-project.org/bin/windows/contrib/3.0/') Warning in install.packages : unable to access index for repository http://cran.rstudio.com/bin/windows/contrib/3.0 Warning in install.packages : unable to access index for repository https://cran-archive.r-proje...
2020 Oct 05
2
unable to access index for repository...
Thanks. I did as suggested but still received a warning, though the installation went through. Anything I could do to install without the warning message. What is the contrib.url argument? > install.packages("aod",repos='https://cran-archive.r-project.org') Warning in install.packages : ? unable to access index for repository http://cran.rstudio.com/bin/windows/contrib/3.0 trying URL 'https://cran-archive.r-project.org/bin/windows/contrib/3.0/aod_1.3.zip' Content type 'applicatio...
2020 Oct 08
0
unable to access index for repository...
...; Thanks. I did as suggested but still received a warning, though the >>> installation went through. Anything I could do to install without the >>> warning message. >>> >>> What is the contrib.url argument? >>> >>> > install.packages("aod",repos='https://cran-archive.r-project.org') >>> Warning in install.packages : >>> ? unable to access index for repository >>> http://cran.rstudio.com/bin/windows/contrib/3.0 >>> trying URL >>> 'https://cran-archive.r-project.org/bin/...
2020 Oct 08
2
[External] Re: unable to access index for repository...
I wonder if you are perhaps trying to solve the wrong problem. If you like what the older version of the aod package does, but not the current version, then I think the solution is to propose an option to the aod maintainer that would restore your preferred algorithm into the current version, and then use the current R. A less good, but possibly workable, option is to compile the old version of aod into...
2008 Aug 20
3
bug in lme4?
Dear all, I found a problem with 'lme4'. Basically, once you load the package 'aod' (Analysis of Overdispersed Data), the functions 'lmer' and 'glmer' don't work anymore: library(lme4) (fm1 <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy)) (gm1 <- glmer(cbind(incidence, size - incidence) ~ period + (1 | herd), family = binomial,...
2007 Feb 19
1
need help in reading TOMS observed ASCII data file
Hello R Users, I am new to R. I have two data sets i) TOMS aerosol optical depth(AOD) and ii) TOMS ozone(O3). > > AOD data is on 1x1 grid and O3 data is on 5x5 grid. > > First I want to read AOD and O3 as it is and then I want to regrid AOD on > 5x5 grid as O3. > > Reading is first problem. > > FIRST PROBLEM READING AOD: > > AOD data is in followin...
2020 Oct 05
2
unable to access index for repository...
...lder version of (R-3.0.3) for a reason. While installing a package from CRAN (either in RStudio or R), I received the following warning message saying unable to access index for repository http://cran.rstudio.com/bin/windows/contrib/3.0. See message below. In this case, I tried to install "aod". The install nevertheless went through, as confirmed by the library statement (I did not try to use it). Any idea? Thank you. ===== Warning: unable to access index for repository http://cran.rstudio.com/bin/windows/contrib/3.0 Warning: unable to access index for repository http://cran....
2020 Oct 05
0
unable to access index for repository...
Then you'd rather need install.packages("aod",repos='https://cran-archive.r-project.org') or use the contrib.url argument. Best, Uwe Ligges On 05.10.2020 10:47, Steven Yen wrote: > Thanks for the help. I do update to the latest R-4.0.2. As I said, for > reasons that's hard to explain, some of my tasks are better ha...
2020 Oct 08
0
unable to access index for repository...
...es On 05.10.2020 11:10, Steven Yen wrote: > Thanks. I did as suggested but still received a warning, though the > installation went through. Anything I could do to install without the > warning message. > > What is the contrib.url argument? > > > install.packages("aod",repos='https://cran-archive.r-project.org') > Warning in install.packages : > ? unable to access index for repository > http://cran.rstudio.com/bin/windows/contrib/3.0 > trying URL > 'https://cran-archive.r-project.org/bin/windows/contrib/3.0/aod_1.3.zip' &gt...
2009 Oct 15
2
When modeling with negbin from the aod package...
Hi, When modeling with negbin from the aod package, parameters for a given count y | lambda~Poisson(lambda) with lambda following a Gamma distribution Gamma(r, theta) are estimated. The intercept is called phi. Some other parameters may be also be estimated from factors in the data: the estimates returned for all these would be in accord...
2020 Oct 05
0
unable to access index for repository...
...(R-3.0.3) for a reason. While > installing a package from CRAN (either in RStudio or R), I received the > following warning message saying unable to access index for repository > http://cran.rstudio.com/bin/windows/contrib/3.0. See message below. In > this case, I tried to install "aod". The install nevertheless went > through, as confirmed by the library statement (I did not try to use > it). Any idea? Thank you. > > ===== > > Warning: unable to access index for repository > http://cran.rstudio.com/bin/windows/contrib/3.0 Warning: unable to > acces...
2007 Feb 19
0
problem in reading TOMS observed ASCII data file
Hello R Users, I have two data sets i) TOMS aerosol optical depth(AOD) and ii) TOMS ozone(O3). AOD data is on 1x1 grid and O3 data is on 5x5 grid. First I want to read AOD and O3 as it is and then I want to regrid AOD on 5x5 grid as O3. Reading is first problem. FIRST PROBLEM READING AOD: AOD data is in following format: ######### Latitute: 89.5 167 0 0 0 0 0 1...