jean997 / cause

R package for CAUSE
https://jean997.github.io/cause/
52 stars 15 forks source link

decimal places #31

Closed rheuzhas closed 1 year ago

rheuzhas commented 1 year ago

Dear Jean, not an issue per se is there a way to increase the number of decimal places for gamma, eta, etc? e.g., gamma 0.01, 95%CrI 0.01 0.02, reporting gamma as estimate of the causal effect would benefit from CrI. Many thanks for this great method.

jean997 commented 1 year ago

Yes you can increase the digits argument in the summary function

summary(res, digits = 10)