I trained my model on 6000 training sample (glm) Then, I tried predict for vector with 200000 rows, But as a result I received only 6000 rows.
I used these arguments for the function predict():
     predict(                       
object = model_ppp2,
newdate = Model_education, 
type = c("link", "response", "terms"),
se.fit = TRUE, 
dispersion = NULL, 
terms = NULL,
na.action = na.pass
)
Thanks
 
    