qPharmetra / qpToolkit

Tools for population PK modeling, visualization, and reporting
Other
1 stars 1 forks source link

Issues with signif() #6

Closed krinaj closed 5 years ago

krinaj commented 5 years ago

Most of the summary functions (i.e. process.parTable, condataFun) uses signif to specify significant digits. Somehow, it does not give consistent significant digits to estimates and confidence interval. It would be nice to use signifString(from PKNCA) instead, i.e. update to signifString from signif universally.

krinaj commented 5 years ago

Evaluated formatted.signif from qpToolkit and sprintf functions, which are good for our use. Closing this issue.