Good evening to the community.
I would like to have the similar output concerning the statistic options (F-test, degrees of freedom (error), SSE (Sum of squares error, Root MSE, R2, Adjusted R2, N)

I runned this command but it doesn't work.
Thank you for your help.
I would like to have the similar output concerning the statistic options (F-test, degrees of freedom (error), SSE (Sum of squares error, Root MSE, R2, Adjusted R2, N)
I runned this command but it doesn't work.
Code:
regress firm_performance intangible_assets enterprise_value market_capitalization leverage stock_growth dividend_payout_ratio stock_volatility estimates store pooled_ols regress firm_performance intangible_assets enterprise_value market_capitalization leverage stock_growth dividend_payout_ratio stock_volatility g1-g8 estimates store lsdv estimates table pooled_ols lsdv, stats(F df_m mss rmse r2 r2_a N, labels("F-test" "Degrees of freedom (error)" "SSE(Sum of Squares error)" "Root MSE" "R^2" "Adjusted R^2" "N")
Thank you for your help.
Comment