Print a bootstrap result
print.rsnlme_boot.RdRenders an rsnlme_boot as a header block + metadata + one
section per available result table (Original fit + four bootstrap sections:
fixed effects, omegas (including off-diagonal entries when present), sigmas,
secondaries). Values are shown raw (no
transforms, no \
exactly; for transformed, report-ready summaries see
Certara.Xpose.NLME::get_bootSummaryNlme().
Usage
# S3 method for class 'rsnlme_boot'
print(x, n = 10, ...)Arguments
- x
A
rsnlme_bootobject.- n
Maximum total rows shown across the four bootstrap sections (Original fit is always rendered in full when present). Allocated greedily in section order; each truncated section gets a
(... M more rows)footnote.- ...
Unused.