search for: xseqn

Displaying 1 result from an estimated 1 matches for "xseqn".

Did you mean: xseq
2008 Aug 30
1
Unable to send color palette through plot.Design to method="image"
...l plot but it appears only with the default color palette despite various efforts to supply a col argument. I even took a crack at hacking the plot.Design function, adding a col=col parameter to be passed in the function call to image(), but failed to get the desired effect: # else image(xseqn, y, zmat, xlab = xlab, ylab = laby , col = col) library(Hmisc); library(Design) lr.fit6 <- lrm(death ~ rcs(BL_CHOLEST.A,c(180,220,280))*rcs(BL_HDL.A,c(40,55,70))*Sex, data = pref900) # str(pref900[,c("BL_HDL.A","BL_CHOLEST.A","death")]) $'data.frame':...