In R, how to add the fitted value column to the original dataframe?
In R, how to add the fitted value column to the original dataframe?
I got a multiple regression model. And I want to add the fitted values and
residuals to the original dataframe as a two new column, how can I achieve
that? Thanks in advance.
No comments:
Post a Comment