srrjitter | R Documentation |
Jitter of S-R fits
srrjitter(fit, steps = 100)
fit |
fit of srrTBM() |
steps |
number of jitter steps |
list
data(ple4)
hs = srrTMB(as.FLSR(ple4,model=segreg),spr0=spr0y(ple4),lplim=0.07,uplim=0.5)
plotsrs(hs)
jitter = srrjitter(hs)
plotsrs(jitter$groups)
plotsrs(jitter$best) # Best
# Relax lower bound
plotsrs(FLSRs(init=hs,best=jitter$best))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.