summary.dynrCook: Get the summary of a dynrCook object

summary.dynrCookR Documentation

Get the summary of a dynrCook object

Description

Get the summary of a dynrCook object

Usage

## S3 method for class 'dynrCook'
summary(object, ...)

Arguments

object

The dynrCook object for which the summary is desired.

...

Further named arguments, passed to the print method (e.g., digits and signif.stars).

Details

The summary gives information on the free parameters estimated: names, parameter values, numerical Hessian-based standard errors, t-values (values divided by standard errors), and standard-error based confidence intervals. Additionally, the likelihood, AIC, and BIC are provided.

Note that an exclamation point (!) in the final column of the summary table indicates that the standard error and confidence interval for this parameter may not be trustworthy. The corresponding element of the (transformed, inverse) Hessian was negative and an absolute value was taken to make it positive.

Value

Object of class summary.dynrCook. Primarily used for showing the results of a fitted model.


dynr documentation built on Oct. 17, 2022, 9:06 a.m.