Displaying 1 result from an estimated 1 matches for "intunemploy".
2012 Oct 09
2
How to write out this regression equation in R?
For example:
How to make R write out:
Balance = 2 + 3 * IntGDP + 5 * IntUnemployment + 0.3 * d1
from the table below:
Balance Intercept IntGDP GDPNum IntUnemployment
IntInflation d1 d2 d3
30000 2 3 5 0.3 0 0
and if I have 20 rows, how to make it a batch process?
thanks
____________________...