Dresiduals-methods: ~~ Methods for Function 'Dresiduals' in Package 'Gmm' ~~

Description Methods Examples

Description

It returns the matrix of derivatives of the residuals with respect to the coefficients.

Methods

signature(object = "linearGmm")
signature(object = "nonlinearGmm")
signature(object = "sysGmmModels")

Examples

1
2
3
4
5
6
data(simData)

theta <- c(beta0=1,beta1=2)
model1 <- gmmModel(y~x1, ~z1+z2, data=simData)

Dresiduals(model1, theta)[1:3,]

gmm4 documentation built on Dec. 6, 2019, 3:01 a.m.