Displaying 1 result from an estimated 1 matches for "edihtl".
Did you mean:
edicts
2012 May 19
3
Q - scatterplot, plot function & trellis linear regressions???
...ylab = "Embryonic development index")
And have been successful. But I do not know if the lines are for: linear,
non-linear, mean, upper and lower limits or percentile? This shows side
boxplots and 4 lines.
Yet this plot only has one regression line and no side boxplots?:
EDIHTL <- lm(DevelopIndex~ HTL, data=Turtle)
> plot(DevelopIndex~HTL, data=Turtle, pch=16,
xlab="High tide line (m)", ylab="Embryonic development index")
> abline(EDIHTL)
Q-3
I am trying to make a trellis of linear regressions. I want 3 windows
displaying 3 events of...