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