Displaying 5 results from an estimated 5 matches similar to: "as.zoo question"
2012 Nov 21
1
paths and Rook problems only in OSX CRAN binary package?
Hi everyone,
I'm trying to diagnose a problem in my R package, but it is a little
tricky since it seems to occur only with the Mac OSX CRAN binary build.
My package starts a Rook server and opens a browser. On my own system
(details below), when I build the package, I have no trouble. The Rook
server starts and the page loads in the browser.
However, if I've installed it from CRAN, I
2012 Oct 14
2
problem with OSX binary package build?
I noticed that my package BayesFactor
(http://cran.r-project.org/web/packages/BayesFactor/index.html) is not
available on Mac OS, and the note says to see the check log. The only
issue in the check log is a note:
checking R code for possible problems ... NOTE
all.Nways.env.mc : <local>: no visible binding for global variable 'i'
all.Nways.env.mc: no visible binding for global
2013 Apr 01
1
missing exported methods when compiling vignettes in R 3.0.0 RC
A new problem has cropped up with compiling vignettes for my package BayesFactor. I'm not sure when it started, but I can tell you it didn't occur on R 2.15.3, and it does on 3.0.0 RC (2013-03-31 r62463) (session info is at the bottom of this message).
I have defined methods for which.min and which.max for a class (I've defined both S3 and S4 methods for the class
2009 Jul 02
0
MCMCpack: Selecting a better model using BayesFactor
Dear R users,
Thanks in advance.
I am Deb, Statistician at NSW Department of Commerce, Sydney.
I am using R 2.9.1 on Windows XP.
This has reference to the package “MCMCpack”. My objective is to
select a better model using various alternatives. I have provided here
an example code from MCMCpack.pdf.
The matrix of Bayes Factors is:
model1 model2 model3
model1 1.000 14.08
2017 Jul 06
0
Bayes Factor
Hello R Community,
Subject: Bayes Factor
A Bayesian ANOVA of the form:
competitionBayesOut <- anovaBF(biomass ~ clipping, data = competition)
Returns the following Error message:
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ?compare? for
signature ?"BFlinearModel", "missing", "tbl_df"?
My guess the problem is in