Displaying 1 result from an estimated 1 matches for "affect1".
Did you mean:
  affects
  
2011 Jun 16
1
Scatter plot produces "'x' and 'y' lengths differ"
Hello,
 
I am working on a project to create some scatter plots.  I have syntax
for 26 plots, and 22 of them display as they should.  But here, for
example, is a sample of the command syntax I am using:
 
good <- complete.cases(affect1,adh1scr)
plot
(jitter(affect1,2.0),jitter(adh1scr,1.0),xlim=c(1,35),ylim=c(1,35),pch=1
6,
main='Adherence Score by Affectiveness Level - Visit 1',
ylab='Adherence score',xlab='Affect Scale - Patient
Survey',abline(lsfit(affect1,adh1scr)),col="red")
lines(lowess...