btldScales | R Documentation |
Function to determine the scale parameters from the H-plot
btldScales(est_theta, F_thet)
est_theta |
estimated breakpoint (mode) values from the H-plot |
F_thet |
functional values at breakpoints |
estimated scale parameters
th<-c(0.27,0.7) pth <- c(0.605,0.85) btldScales(th,pth)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.