print summary output for class "brnb".
# S3 method for summary.brnb
print(x, digits = max(3, getOption("digits") - 3), ...)
an object of class "summary.brnb", usually, a result of a call to summary.brnb.
the number of significant digits to use when printing.
extra arguments to passed to methods. Not used currently.
print.summary.brnb
tries to be smart about
formatting the coefficients, standard errors, and additionally
gives "significant stars". The coefficients
components
of the result gives the estimated coefficients and their
estimated standard errors, together with their ratio
(z
). A fourth column gives the two-tailed p-value
corresponding to the z
statistica based on Normal
reference distribution.