Computer Science, asked by Anoushkanath2040, 1 year ago

How to predict old data and new data using prediction in r?

Answers

Answered by Saadiqbal360
0
Apart from describing relations, models also can be used to predict values for new data. For that, many model systems in R use the same function, conveniently called predict(). Every modeling paradigm in R has a predict function with its own flavor, but in general the basic functionality is the same for all of them.
Similar questions