lifeCycle: Life Cycle Analysis with Logistic Growth Model

View source: R/lifeCycle.R

lifeCycleR Documentation

Life Cycle Analysis with Logistic Growth Model

Description

Estimates logistic growth model for annual (non-cumulative) publications following Meyer et al. (1999) methodology

Usage

lifeCycle(data, forecast_years = 5, plot = TRUE, verbose = FALSE)

Arguments

data

Data frame with columns: year (PY) and number of publications (n)

forecast_years

Number of years to forecast beyond saturation

plot

Logical, if TRUE produces plots

verbose

Logical, if TRUE prints detailed output

Value

List containing parameters, forecasts and metrics


bibliometrix documentation built on Nov. 8, 2025, 5:06 p.m.