Skip to content

Plotting observed vs. Predicted values, change of symbols

3 messages · oscar linares, David Winsemius

#
On Nov 29, 2009, at 8:51 AM, oscar linares wrote:

            
I don't think this is a complete presentation. My system thinks  
"times" is a function from the chron package, so either you have a  
numeric object named "times" or you are putting in "times" when you  
meant "time". I did try dropping the "s" but still get the same  error:
lines(time, predictionssu(fit.wt.su, time))
Error in -a1 * time : non-numeric argument to binary operator
David Winsemius, MD
Heritage Laboratories
West Hartford, CT
#
On Nov 29, 2009, at 8:51 AM, oscar linares wrote:

            
Try:
   ..., pch=c(rep(2,length(datasu$concsu)), rep(17,length(datasu 
$concsu)) ), ...

(open triangles and filled triangles)
David Winsemius, MD
Heritage Laboratories
West Hartford, CT