We are having good success using JAGS and the rjags package. We've put
some information at http://biostat.mc.vanderbilt.edu/JAGSInstallExample
for linux. It's nice to have a native linux executable, thanks to
Martyn Plummer. For those unfamiliar with JAGS, it uses the BUGS
language, i.e., t
Uwe Ligges wrote:
richard.cot...@hsl.gov.uk wrote:
I am having some problems using R with WinBUGS using the R2WinBUGS
package. Specifically, when I try to run bugs() I get the following
message.
Error in FUN(X[[1L]], ...) :
.C(..): 'type' must be "real" for this format
To give a little
richard.cot...@hsl.gov.uk wrote:
I am having some problems using R with WinBUGS using the R2WinBUGS
package. Specifically, when I try to run bugs() I get the following
message.
Error in FUN(X[[1L]], ...) :
.C(..): 'type' must be "real" for this format
To give a little more context, my bugs
> I am having some problems using R with WinBUGS using the R2WinBUGS
> package. Specifically, when I try to run bugs() I get the following
> message.
>
> Error in FUN(X[[1L]], ...) :
> .C(..): 'type' must be "real" for this format
> >
>
> To give a little more context, my bugs() command (for
Dear UseRs,
I am having some problems using R with WinBUGS using the R2WinBUGS
package. Specifically, when I try to run bugs() I get the following
message.
Error in FUN(X[[1L]], ...) :
.C(..): 'type' must be "real" for this format
To give a little more context, my bugs() command (for a mu
Artimon,
It seems that you have got the data wrong: The data structure is a list of 4
characters:
> list("y","X","n","m")
[[1]]
[1] "y"
[[2]]
[1] "X"
[[3]]
[1] "n"
[[4]]
[1] "m"
And that is hardly what you want, presumably you meant
list("y"=y,"X"=X,"n"=n,"m"=m)
??
artimon wrote:
Dear Users,
I am new to both of things, so do not blame me too much...
I am busy with semiparametric regression and use WinBUGS to sample
posteriors.
The code to call Winbugs is as follows:
data<- list("y","X","n","m") #My variables
inits.beta <- rep(0,K)
ini
Dear Users,
I am new to both of things, so do not blame me too much...
I am busy with semiparametric regression and use WinBUGS to sample
posteriors.
The code to call Winbugs is as follows:
data<- list("y","X","n","m") #My variables
inits.beta <- rep(0,K)
inits.beta0 <- 0
i
8 matches
Mail list logo