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

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

python - Pygame screen.blit not working -

c# - Web API response xml language -