lm.br_internal {lm.br} | R Documentation |
Internal lm.br class Cpp_Clmbr
Description
Internal S4 class.
Class of data + model objects used for broken line regression. An object instance stores pre-calculated quantities for a particular data set and model, so that methods can quickly compute exact-confidence intervals and regions for the changepoint.
Details
This class is internal, not meant for the user.
Extends
Class "C++Object"
, directly.
All reference classes extend and inherit methods from "envRefClass"
.
Methods
ci
:printout confidence interval
cr
:printout confidence region
mle
:maximum likelihood estimates of parameters
sety
:set new y-values in a Cpp_Clmbr object
sl
:significance level for a postulate changepoint value
See Also
lm.br
Examples
showClass( Cpp_Clmbr )
[Package lm.br version 2.9.8 Index]