integrate.cadlag: Indefinite integral of cadlag functions

Description Usage Arguments Value Examples

Description

This function allows you to express your love of cats.

This function allows you to express your love of cats.

Usage

1
2
3
4
5
6
7
integrate.cadlag(f, lower = NA, upper = NA, ..., subdivisions = 100L,
  rel.tol = .Machine$double.eps^0.25, abs.tol = rel.tol,
  stop.on.error = TRUE, keep.xy = FALSE, aux = NULL)

integrate.cadlag(f, lower = NA, upper = NA, ..., subdivisions = 100L,
  rel.tol = .Machine$double.eps^0.25, abs.tol = rel.tol,
  stop.on.error = TRUE, keep.xy = FALSE, aux = NULL)

Arguments

f

object of type cadlag

f

object of type cadlag

Value

object of type cadlag

object of type cadlag

Examples

1
2
3
4
5
f = cadlag(c(0,1),c(1,2,3))
F = integrate.cadlag(f)

f = cadlag(c(0,1),c(1,2,3))
F = integrate.cadlag(f)

joshchang/calonesurv documentation built on May 17, 2019, 12:02 p.m.