make.instantaneous {DIMORA}R Documentation

Function that transforms your data

Description

Function that transforms cumulative data into instantaneous; this function can be useful because all the model functions in this package require the istantaneous data as input.

Usage

make.instantaneous(cumulate.data)

Arguments

cumulate.data

the cumulative data.

Author(s)

See Also

The Dimora models: BM, GBM, GGM, UCRCD.

summary.Dimora for summaries.

plot.Dimora for graphics and residuals analysis.

predict.Dimora for prediction.

Examples

cumulate.data = c(1,2,3,6,12)
data.inst = make.instantaneous(cumulate.data)

[Package DIMORA version 0.3.6 Index]