search for: model_comparison

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

2010 Apr 01
2
Adding regression lines to each factor on a plot when using ANCOVA
...as.numeric(unique(group)), pch=as.numeric(unique(group)), pt.cex=1.5) abline(model1) # Need separate regression lines here list(model_1_summary=model1.summ, model_1_ANOVA=model1.anv, model_2_summary=model2.summ, model_2_ANOVA=model2.anv, model_3_summary=model3.summ, model_3_ANOVA=model3.anv, model_comparison=compare) } # call function anc(beak.lgth, mass, species) # =========================================================== -- View this message in context: http://n4.nabble.com/Adding-regression-lines-to-each-factor-on-a-plot-when-using-ANCOVA-tp1748654p1748654.html Sent from the R help mailing list...