init_asymptotes: Estimate baseline and asymptote from the first/last quintile...

View source: R/analyse_sigmoidal.R

init_asymptotesR Documentation

Estimate baseline and asymptote from the first/last quintile of x

Description

Shared helper used by self-start initialisers for logistic / Gompertz model families.

Usage

init_asymptotes(x, n = length(x))

Arguments

x

A numeric vector of the response variable (sorted by t).

n

An integer length of x.

Value

A list with elements A (starting asymptote estimate) and B (ending asymptote estimate).


mnirs documentation built on Sept. 13, 2026, 1:06 a.m.