Skip to content

Commit

Permalink
plot.summary.rms: correct bug where pch was ignored. Thanks: Tamas Fe…
Browse files Browse the repository at this point in the history
…renci
  • Loading branch information
Frank Harrell committed May 22, 2015
1 parent f235230 commit e4b81cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
@@ -1,5 +1,6 @@
Changes in version 4.3-2 (2015-??-??)
* contrast.rms: made SE a vector not a matrix, added 4 list logic for nvary, added new test from JoAnn Alvarez
* plot.summary.rms: correct bug where pch was ignored. Thanks: Tamas Ferenci

Changes in version 4.3-1 (2015-04-20)
* NAMESPACE: removed reference to gridExtra, in DESCRIPTION moved gridExtra from Depends to Suggests
Expand Down
2 changes: 1 addition & 1 deletion R/summary.rms.s
Expand Up @@ -438,7 +438,7 @@ plot.summary.rms <-
for(i in is : ie) {
confbar(nbar - (i - is + 1) + 1, effect[i], se[i], q=q,
col=col, col.points=col.points,
fun=fun, clip=clip, lwd=lwd)
fun=fun, clip=clip, lwd=lwd, pch=pch)
mtext(lb[i], 2, 0, at=nbar - (i - is + 1) + 1, cex=cex,
adj=1, las=1)
}
Expand Down

0 comments on commit e4b81cd

Please sign in to comment.