Change
geom_point(aes(y = tmax_mean, color = "blue"))
to
geom_point(aes(y = tmax_mean), color = "blue")
if you want blue points.
aes(color = ) does not set the color of the points.
aes(color = ) takes a column (best if it is a factor) and uses that for
different colors.
/Martin
On Tue, Sep
Yes, theta is the 'size' or overdispersion parameter. Sometimes
also denoted as k. Wikipedia discusses this parameterization in the
paragraph starting "In negative binomial regression ..." (but they call
this parameter r rather than theta or k).
You can also see this in MASS on google bo
2 matches
Mail list logo