Good day everyone,
I was kindly requesting assistance. I applied Quantile Regression for Panel Data and everything works. But I cannot find R squared. My question how can see R squared.
I've tried different methods that I've seen on this forum but I think I am not doing something.
I will appreciate it if someone corrects my code to me.
My code:
qregpd yield_msavi avg8_msavi avg8_cired avg8_ndre , id(fid_msavi) fix(year_msavi) optimize(mcmc) noisy draws(1000) burn(100) arate(.75)
I was kindly requesting assistance. I applied Quantile Regression for Panel Data and everything works. But I cannot find R squared. My question how can see R squared.
I've tried different methods that I've seen on this forum but I think I am not doing something.
I will appreciate it if someone corrects my code to me.
My code:
qregpd yield_msavi avg8_msavi avg8_cired avg8_ndre , id(fid_msavi) fix(year_msavi) optimize(mcmc) noisy draws(1000) burn(100) arate(.75)
Comment