R - predict() and fitted()

26 Aug 2017

# if predict with type "response" -> equivalent of fitted
predict(mod, type = "response")
fitted(mod)
[ R  function  model  ]