search for: ncut

Displaying 3 results from an estimated 3 matches for "ncut".

Did you mean: cut
2006 Apr 05
2
R2WinBUGS error
...dat # with vars: q02, bf23f, bf23b, bf22, bf34a, bf34.1, bf34.2 q02 <- ol.dat$q02 bf23f <- ol.dat$bf23f bf23b <- ol.dat$bf23b bf22 <- ol.dat$bf22 bf34a <- ol.dat$bf34a bf34.1 <- ol.dat$bf34.1 bf34.2 <- ol.dat$bf34.2 N=nrow(ol.dat) Ncut=5 data <- list("N", "q02", "bf23f", "bf23b", "bf22", "bf34a", "bf34.1", "bf34.2", "Ncut") inits <- function() { list(k=c(-5, -4, -3, -2, -1), tau=2, theta=rnorm(7, -1, 100))...
2006 Apr 06
0
R2WinBUGS erro
...# with vars: q02, bf23f, bf23b, bf22, bf34a, bf34.1, bf34.2 q02 <- ol.dat$q02 bf23f <- ol.dat$bf23f bf23b <- ol.dat$bf23b bf22 <- ol.dat$bf22 bf34a <- ol.dat$bf34a bf34.1 <- ol.dat$bf34.1 bf34.2 <- ol.dat$bf34.2 N=nrow(ol.dat) Ncut=5 data <- list("N", "q02", "bf23f", "bf23b", "bf22", "bf34a", "bf34.1", "bf34.2", "Ncut") inits <- function() { list(k=c(-5, -4, -3, -2, -1), tau=2, theta=rnorm(7, -1, 10...
2005 Jul 05
0
Proposals
...ticular to epidemiology, and which you may consider moving to base/stats/graphics. They are: nice() - an extension for pretty() with some improved control for log-axes. Relevel() - extension of relevel() allowing collapsing oflevels and arbitrary reshuffling of ordering ncut() - a cut function returning a numerical rather than factor object. If you take some of them over, I'll remove them from Epi, and make the necessary changes should the names be changed. As a quite separate matter, I often find myself doing: AAnam <- [some named list] AA <- array( NA...