Displaying 2 results from an estimated 2 matches for "noanalysi".
Did you mean:
noanalysis
2008 Dec 22
2
Hmisc Dotplot with confidence intervals and panel.points problem
...e(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(...)
}
)
I tried a number modifications of this code but without success.
I'm sure I'm doing something wrong here, but I cannot figure it out... any ideas?
Thanks in advance!
Peter
Background information:
=======================
My prob...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...e(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(...)
}
)
I tried a number modifications of this code but without success.
I'm sure I'm doing something wrong here, but I cannot figure it out... any
ideas?
Thanks in advance!
Peter
Background information:
=======================
My prob...