estimateLagTime-methods: GMethod to estimate lag times

Description Usage Arguments

Description

Methods to estimate lag times

Methods to estimate lag times using survival package

Usage

1
2
3
4
5
6
estimateLagTime(object, t.start, t.stop, dt, dist = "exponential",
  criterion = "AIC")

## S4 method for signature 'EventData'
estimateLagTime(object, t.start, t.stop, dt,
  dist = "exponential", criterion = "AIC")

Arguments

object

EventData object

t.start

Start time for search interval [Integer, months]

t.stop

end time for search interval [Integer, months]

dt

Time increment for search [Integer, months]

dist

Survival distribution, see survival package ("exponential")

criterion

Estimation criterion for the point estimate, AIC or BIC (AIC).


scientific-computing-solutions/eventTools documentation built on May 29, 2019, 3:44 p.m.