search for: y20

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

Did you mean: 20
2003 May 30
1
bootstrapping data.frame and matrix
..."xdata" is missing, with no default" Please note that the same is happening when I create a matrix from the data.frame with the function cbind (i.e. names(data) [1] "shortrate" "y1" "y5" "y10" "y15" "y20" [7] "y25" xdata_cbind(data$y10,data$shortrate) is.matrix(x.data) TRUE) Thanks in advance, Chiara
2012 Oct 03
1
Errors when saving output from WinBUGS to R
...some data to test beta0=1 beta1=1.5 beta2=-1 beta3=2 N=200 x1=rnorm(N, mean=0,sd=1) x2=rnorm(N, mean=0,sd=1) x3=rnorm(N, mean=0,sd=1) lambda2= exp(beta0+ beta1*x1+ beta2 * x2 + beta3 * x3) y=rep(NA,N) for (i in 1: N) { y[i]=rpois(1,lambda2[i]) } #generate inputs required by winbugs data <- list(Y20=y,x1=x1, x2=x2, x3=x3, N=N) inits<- function(){ list(beta0=0, beta1=0, beta2=0, beta3=0)} parameters <- c("beta0", "beta1", "beta2", "beta3") #call winbugs using bugs() function model <- bugs(data, inits, parameters, model.file="C:/Jinmodel/test...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking