Description Usage Arguments Value Author(s)
Accessor methods for breakpointsPretend objects - not to be called by the user.
These functions are used in the interface between the
segmentation
class and the
confint.breakpointsfull
method of the strucchange package. This method calls
breakpoints
and residuals
methods for its first
argument, and since we pass an argument of S3 class
breakpointsPretend
, we can avoid the overhead of the
corresponding methods for breakpointsfull
objects.
These functions are of no interest to the user.
1 2 3 | ## S3 method for class 'breakpointsPretend'
residuals(object, breaks, ...)
breakpoints.breakpointsPretend(obj, breaks, ...)
|
object |
a breakpointsPretend object. |
obj |
a breakpointsPretend object. |
breaks |
dummy argument, is ignored. |
... |
futher arguments. |
residuals and breakpoints.
W. Huber huber@ebi.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.