I have created an AR(2) and AR(5) model to forecast my data in stata. The AR(2) model is a level model, while the AR(5) model is a log model. I have computed the RMSFE to compare the forecasting accuracy between the two models, but given that the AR(5) model is a log model, the RMSFE is much lower than the one for the AR(2) model. I tried to generate the forecasting errors for the level model by taking the log of the forecasted value from the log of the actual value and then finding the RMSFE from there, in order to have same scale summary statistics between the models to compare. However, I don't believe this is the correct method.
I would appreciate any help or insight