See the generic function description.
# S3 method for estimatedModels
roots(obj, digits=options()$digits, mod =FALSE, ...)
# S3 method for forecastCovEstimatorsWRTtrue
roots(obj, digits=options()$digits,
mod=FALSE, ...)
an object from which roots are to be extracted or calculated and printed.
an integer indicating the number of significant digits to be printed (passed to the print method).
if TRUE the modulus of the roots is calculated. Otherwise, a complex value may result.
arguments to be passed to other methods.
The methods ***.ee are intended mainly to be called from EstEval in the EvalEst as criterion for evaluating an estimation method.