| roots.estimated.models {dse2} | R Documentation |
See the generic function description.
roots(obj, digits = 4, mod = FALSE)
roots(obj, digits, mod)
roots(obj, criterion.args)
roots(obj, ...)
roots(obj, criterion.args)
roots(obj, criterion.args)
obj |
an object from which roots are to be extracted or calculated and printed. |
digits |
an integer indicating the number of significant digits to be printed (passed to the print method). |
mod |
if TRUE the modulus of the roots is calculated. Otherwise, a complex value may result. |
criterion.args |
arguments to be passed to this method when it is
called by EstEval. |
... |
arguments to be passed to other methods. |
The methods ***.ee are intended mainly to be called from EstEval as criterion for evaluating an estimation method.