predict the individual new data values with R prediction interval code example
Example: how to make predictions in r
predict(object = your_model, newdata = your_test_data)
predict(object = your_model, newdata = your_test_data)