search for: ineq1

Displaying 1 result from an estimated 1 matches for "ineq1".

Did you mean: ineq
2006 Dec 09
1
WinBUGS14 and R
..., "J", "y", "country", "x") ineq.inits <- function (){ list(a=rnorm(J), b=rnorm(J), b.hat=rnorm(1), sigma.y=runif(1), sigma.b=runif(1))} ineq.parameters <- c("a", "b", "b.hat", "sigma.y", "sigma.b") ineq1 <- bugs (ineq.bugs, ineq.inits, ineq.parameters, "C:/Documents and Settings/Chris/Desktop/4330/attempt2.bug", n.chains=3, n.iter=10, debug=TRUE) After I run the R code, R will crash and WinBUGS14 will post this in the log: display(log) check(C:/Documents and Settings/Chris/Desktop/...