Hello,
The journal we are submitting our work to is asking for p-values with four decimal places, i.e. p<0.0001. The p-values of the different variables included in the metaregression model give only three decimals using metareg (e.g. 0.000). Is there a way to change the display of the p-values so that they show four decimals?
After the metareg command I am using the lincom command to combine the results of different variables. Also here I need the lincom command to give me p-values with four decimals.
My code for metareg looks as follows:
The following code using lincom looks:
Thank you very much in advance.
Best wishes
Jennyfer
The journal we are submitting our work to is asking for p-values with four decimal places, i.e. p<0.0001. The p-values of the different variables included in the metaregression model give only three decimals using metareg (e.g. 0.000). Is there a way to change the display of the p-values so that they show four decimals?
After the metareg command I am using the lincom command to combine the results of different variables. Also here I need the lincom command to give me p-values with four decimals.
My code for metareg looks as follows:
Code:
metareg log_effect var1 var2 var3, wsse(log_se) eform noconstant
Code:
lincom var1+var2, eform
Best wishes
Jennyfer
Comment