I am trying to run this code but I have an error could you help
Ag<-read.table("/Users/Desktop//AGE.csv", header=T)
PoGLM<-glm(tdt$NC.x~AGEF, family=poisson(link="log"))
prf<-predict(PoGLM,newdata=Ag, type="response")
Warning message:
'newdata' had 73 rows but variables found have 371380 rows