LLTM {CAGR}R Documentation

Log-linear Trend Model

Description

Estimating the growth rate using the log-linear trend model

Usage

LLTM(data)

Arguments

data

Time series data set

Value

Growth rate and model summary

References

Bardhan, D., Singh, S.R.K., Raut, A.A.and Athare, T.R. (2022). Livestock in Madhya Pradesh and Chhattisgarh: An Analysis for Some Policy Implications. Agricultural Science Digest. DOI:10.18805/ag.D-5418.

Examples

data<- c(100,105,110,118,116,120,130)
g.rate <- LLTM(data)

[Package CAGR version 1.1.1 Index]