inst/snippet/orings02.R

# by default, predict() works on the linear model scale
r <- predict(orings.model, newdata = data.frame(temp = 31)); r
ilogit(r)
# but we can ask for it to work on the "response" scale
predict(orings.model, newdata = data.frame(temp = 31), type = "response")
rpruim/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.