Description Usage Arguments Details Examples
Confidence interval for 'theta', the changepoint's x-coordinate.
1 2 | ## S4 method for signature 'Cpp_Clmbr'
ci( CL =0.95, method ="CLR" )
|
CL |
confidence level, between 0 and 1. |
method |
"CLR" or "AF" which stand for conditional likelihood-ratio or approximate-F, see |
This subroutine scans to determine the postulate values of 'theta' that have significance level greater than 1-CL.
1 2 3 4 5 6 7 |
Loading required package: Rcpp
lm.br version 2.9.3, '?lm.br' starts help
95-percent confidence interval for changepoint 'theta' by CLR
[ 5.17344, 7.50078 ]
90-percent confidence interval for changepoint 'theta' by CLR
[ 5.32969, 6.94922 ]
99-percent confidence interval for changepoint 'theta' by AF
[ 4.63281, 7.80868 ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.