summary {BTSR}R Documentation

Summary Method of class BTSR

Description

summary method for class "btsr".

Usage

## S3 method for class 'btsr'
summary(object, robust = FALSE, outer = FALSE,
  full.report = TRUE, ...)

## S3 method for class 'summary.btsr'
print(x, digits = max(3L, getOption("digits") - 3L),
  signif.stars = getOption("show.signif.stars"), ...)

Arguments

object

object of class "btsr".

robust

logical. If TRUE the robust covariance matrix is computed

outer

logical. If TRUE uses the outer product of the gradient to compute the covariance matrix. If robust = TRUE, outer is used as a second option (in case of error computing the robust version)

full.report

logical. If TRUE prints a more detailed report.

...

further arguments passed to or from other methods.

x

an object of class "summary.btsr", usually, a result of a call to summary.btsr.

digits

minimal number of significant digits, see print.default.

signif.stars

logical. If TRUE, ‘significance stars’ are printed for each coefficient.

Details

print.summary.btsr tries to be smart about formatting the coefficients, standard errors, etc. and additionally provides ‘significance stars’.

Value

The function summary.btsr computes and returns a list of summary statistics of the fitted model given in object. Returns a list of class summary.btsr, which contains the following components


[Package BTSR version 1.0.0 Index]