Jon:
not quite.
You should consider the 0/1 levels of the variables you have plugged in the right-hand side of your regression equation if you want top calculate the effect on ROA of different scenario.
Basically, other things being equal, you can have four different scenarios -Family_Firm_Identifier- and -Founder_Identity both =1; -Family_Firm_Identifier- and -Founder_Identity both =0; -Family_Firm_Identifier-=1 and -Founder_Identity both =0; Family_Firm_Identifier-=0 and -Founder_Identity both =1. See -predict-; a good exercise is to calculate the fitted values by hand and then compare your calculation with the corresponding -predict- values.
not quite.
You should consider the 0/1 levels of the variables you have plugged in the right-hand side of your regression equation if you want top calculate the effect on ROA of different scenario.
Basically, other things being equal, you can have four different scenarios -Family_Firm_Identifier- and -Founder_Identity both =1; -Family_Firm_Identifier- and -Founder_Identity both =0; -Family_Firm_Identifier-=1 and -Founder_Identity both =0; Family_Firm_Identifier-=0 and -Founder_Identity both =1. See -predict-; a good exercise is to calculate the fitted values by hand and then compare your calculation with the corresponding -predict- values.
Comment