newton: newton method

Description Usage Arguments Value Author(s)

View source: R/newton.R

Description

newton method

Usage

1
2
newton(data_order, z_mat, beta_ini, model = "exp", iter_max = 500,
  tol = 1e-04)

Arguments

data_order

a ordered dataset by observed time

z_mat

covariate matrix

beta_ini

given initial parameters

model

specify additive or proportional MRL model

iter_max

iteration maximum

tol

tolerance

Value

estimated value

Author(s)

Peng Jin and Mengling Liu


pengjin0105/gmrl documentation built on Feb. 26, 2020, 9:27 p.m.