Thank you Simon!
--
View this message in context:
http://r.789695.n4.nabble.com/Graph-showing-fitted-values-obtained-by-binomial-GLM-tp4635573p4635581.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing list
ht
I have completed a binomial GLM in R (details attached (finalModel.docx)) and
I am trying to create a graph of observed and fitted values using the
following commands:
> MyData<-data.frame(time=seq(from=0,to=1323,by=1))
> Pred<-predict(M2,newdata=MyData,type="response")
> plot(x=turtle$time,y=turt
2 matches
Mail list logo