r - Extra/Inter-polate from a Model -


i managed regression done using

lm(d$result~d$param1+d$param2) -> model 

now use model extrapolate (or interpolate) result new dataframe. how can ? i'm sure there function that.

lookup ?predict.lm.

if dat data frame new data, predict(model, newdata = dat)


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -