search for: nranalysi

Displaying 2 results from an estimated 2 matches for "nranalysi".

Did you mean: nranalysis
2008 Dec 22
2
Hmisc Dotplot with confidence intervals and panel.points problem
...(2) when I use the panel=function argument the confidence intervals of the original plot are gone. This is my (simplified) code: Dotplot( resultrow ~ Cbind(ESTIM, L95, U95), data=results, abline=list(v=0), scales=list( y=list( labels=paste(as.character(foo$bar), at=results$nranalysis, cex=0.5 ) ), xlab="some label", ylab="", xlim=c(-10,10), main=paste("a title"), subscripts = T, panel=function(...) { #panel.xYplot(...) panel.points(x=rep(9, length(toobig)), y=results$noanalysis[toobig], pch=62) panel.dotplot(...)...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...(2) when I use the panel=function argument the confidence intervals of the original plot are gone. This is my (simplified) code: Dotplot( resultrow ~ Cbind(ESTIM, L95, U95), data=results, abline=list(v=0), scales=list( y=list( labels=paste(as.character(foo$bar), at=results$nranalysis, cex=0.5 ) ), xlab="some label", ylab="", xlim=c(-10,10), main=paste("a title"), subscripts = T, panel=function(...) { #panel.xYplot(...) panel.points(x=rep(9, length(toobig)), y=results$noanalysis[toobig], pch=62) panel.dotplot(...)...