Description Usage Arguments Methods Examples
It produces measures of the strength of the moment conditons.
1 2 3 | ## S4 method for signature 'linearGmm'
momentStrength(object, theta,
vcovType=c("OLS","HC","HAC","CL"))
|
object |
An object of class |
theta |
Coefficient vector at which the strength must be
measured. It does not impact the measure for objects of class
|
vcovType |
Type of covariance matrix used to
compute the F-test of the first-stage regression. For |
signature(object = "functionGmm")
Not implemented yet. In that case, we want some measure of the rank of the matrix of derivatives.
signature(object = "formulaGmm")
Not implemented yet. In that case, we want some measure of the rank of the matrix of derivatives.
signature(object = "linearGmm")
It returns the F-test of the first stage regression. It is a measure of the strength of the instruments.
signature(object = "rlinearGmm")
Returns nothing for now.
signature(object = "nonlinearGmm")
Not implemented yet.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.