stack.estimate: Stack estimating equations

Description Usage Arguments Examples

View source: R/stack.R

Description

Stack estimating equations

Usage

1
2
3
## S3 method for class 'estimate'
stack(model1, model2, D1u, inv.D2u, weight, dweight, U,
  k = 1, keep1 = FALSE, ...)

Arguments

model1

Model 1

model2

Model 2

D1u

Derivative of score of model 2 w.r.t. parameter vector of model 1

inv.D2u

Inverse of deri

weight

weight (vector or function)

dweight

derivative of weight wrt parameters of model 1

U

Optional score function (model 2) as function of all parameters

k

Debug argument

keep.x

If TRUE only parameters of model 2 i s returned

...

Additional arguments to lower level functions

Examples

1
2+2

lava documentation built on May 2, 2019, 4:49 p.m.