Displaying 2 results from an estimated 2 matches for "wednesbury".
2009 Jan 20
1
R and WinBUGS (via R2WinBUGS) error
...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 multilevel
ordinal logit similar to Gelman and Hill, Data Analysis Using
Regression and Multilevel/Hierarchical Models p. 383 is:
> Wednesbury.data <- list ("n.judge", "n", "n.cut", "y", "judge", "ct",
+ "ra", "lg")
> Wednesbury.inits <- function(){
+ list(C=matrix(0,39,2))
+ }
> Wednesbury.parameters <- c("C", "b1",...
2009 Jan 19
1
WinBUGS with R
...essage.
Error in FUN(X[[1L]], ...) :
.C(..): 'type' must be "real" for this format
>
To give a little more context, my bugs() command (for a multilevel
ordinal logit similar to Gelman and Hill, Data Analysis Using
Regression and Multilevel/Hierarchical Models p. 383 is:
Wednesbury.data <- list ("n.judge", "n", "n.cut", "y" "judge", "ct",
"ra", "lg")
Wednesbury.inits <- function(){
list(C=matrix(0,39,2))
}
Wednesbury.parameters <- c("C", "b1", "b2&qu...