powered by
"jn"
## S3 method for class 'jn': plot(x, xlab = "", ylab = "", xlim = 0, ylim = 0, axlwd = 10, celwd = 10, cblwd = 8, \dots)
axlwd=10
celwd=10
cblwd=8
myModel <- lm('DV ~ IV + MOD', data=someData) jnresults <- jn(myModel, dv='DV', iv='IV', mod='MOD') plot(jnresults)
Run the code above in your browser using DataLab