Last data update: 2014.03.03

R: Internal lm.br class '"Cpp_Clmbr"'
lm.br_internalR 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 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 )

Results