Displaying 4 results from an estimated 4 matches for "xrv".
Did you mean:
drv
2012 Dec 17
2
Suggestion: 'method' slot for format.ftable()
...tmp[ind] <- charQuote(lst[[i]])
y <- cbind(rep(tmp, times = cplensU[i]), y)
}
y
}
makeNames <- function(x) {
nmx <- names(x)
if(is.null(nmx))
nmx <- rep("", length.out = length(x))
nmx
}
xrv <- attr(x, "row.vars")
xcv <- attr(x, "col.vars")
method <- match.arg(method)
LABS <- switch(method,
"non.compact"={ # current default
cbind(rbind(matrix("", nrow = length(xcv), ncol = length(x...
2017 Jul 09
2
Help with ftable.svyby
...44", "45-54", "55-64",
"65-74", ">=75"),
RACECL=c("white non hispanic", "non white or hispanic"))
Error in rbind(matrix("", nrow = length(xcv), ncol = length(xrv)),
charQuote(makeNames(xrv)), :
number of columns of matrices must match (see arg 3)
When I do the follwing instead all is good. But it only works for small
subsets!
h<-svymean(~interaction(INCOME, AGECL, RACECL), q3)
fh<-ftable(h, rownames=list(AGECL=c("<35", "35-44&q...
2017 Jul 09
0
Help with ftable.svyby
...54", "55-64",
> "65-74", ">=75"),
> RACECL=c("white non hispanic", "non white or hispanic"))
>
> Error in rbind(matrix("", nrow = length(xcv), ncol = length(xrv)),
> charQuote(makeNames(xrv)), :
> number of columns of matrices must match (see arg 3)
>
> When I do the follwing instead all is good. But it only works for small
> subsets!
>
> h<-svymean(~interaction(INCOME, AGECL, RACECL), q3)
>
> fh<-ftable(h, rownames=list...
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