srrjitter: Jitter of S-R fits

View source: R/Jitter.R

srrjitterR Documentation

Jitter of S-R fits

Description

Jitter of S-R fits

Usage

srrjitter(fit, steps = 100)

Arguments

fit

fit of srrTBM()

steps

number of jitter steps

Value

list

Examples

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))

flr/FLSRTMB documentation built on April 17, 2025, 11:02 a.m.