reportable_digits {xpose.xtras} | R Documentation |
Reportable digits for model fit
Description
An opinionated function where for optimization routines that report number of significant digits (eg, FO-based), only those number of digits are considered reportable.
Usage
reportable_digits(xpdb, .default = 3, .problem, .subprob, .method)
Arguments
xpdb |
< |
.default |
< |
.problem |
< |
.subprob |
< |
.method |
< |
Value
Number of reportable digits
Examples
reportable_digits(xpdb_x)
[Package xpose.xtras version 0.0.2 Index]