The print
method for ndp objects displays a compact summary of the
fitted model. See the Details section below for descriptions of the
different components of the printed output. For additional summary statistics
and diagnostics use the summary
method.
# S3 method for ndp print(x, digits = 2, ...)
x | a ndp object |
---|---|
digits | Number of digits to use for formatting numbers. |
... | Ignored. |
Returns x
, invisibly.
Point estimates are medians computed from simulations.
The standard deviations reported (labeled MAD
in the print output)
are computed from the same set of draws described above and are proportional
to the median absolute deviation (mad
) from the median.
Compared to the raw posterior standard deviation, the MAD_SD will be
more robust for long-tailed distributions. These are the same as the values