qPharmetra / qpToolkit

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

uniform interface to signif() #39

Closed bergsmat closed 4 years ago

bergsmat commented 4 years ago

per Marita, Alex (buglist). ): all functions (where applicable) should default to three digits and expose signif as an argument for customization.

bergsmat commented 4 years ago

Found signif() calls in bootstrap.parTab.r, conDataFun[1,2,3].r, doublestack.r, formatted.signif.r, histogram.bootstrap.r, nlme.extract.r, nm.extract.r, nm.process.scm.r, panel.thalf.r, process.parTable.r.

Additionally, 'digits' should be used consistently as the argument name.

bergsmat commented 4 years ago

changed nsig, ndigits, nSignif, sig to digits. All functions have default value where reasonable. No hardcoded digits in calls to signif.