Newton2var: An equation solver with Newton's method with 2 variables

Description Usage Arguments Value References

Description

An equation solver with Newton's method with 2 variables

Usage

1
Newton2var(Zij, b0, Ub, Indicator, difflmt = 1e-14, MaxIter = 100)

Arguments

Zij

2-dim covariate vector

b0, Ub

inital values

Indicator

Indicator of Yi1> Yi2

difflmt

limit to stop the interations

MaxIter

maximum no. of interations

Value

The root of the equation

References

Wu, C.O. and Tian, X. Nonparametric Models for Longitudinal Data: With Implementation in R. Chapman & Hall/CRC. 2018.


npmldabook/npmlda documentation built on May 25, 2019, 10:41 p.m.