moment_est_init: Direct moment estimator using the identification equations

View source: R/est_func_K2.R

moment_est_initR Documentation

Direct moment estimator using the identification equations

Description

Direct moment estimator using the identification equations

Usage

moment_est_init(x, y, z = NULL, remove_intercept = TRUE)

Arguments

x

regressor (N-by-1)

y

dependent variable (N-by-p_x)

z

control variables (N-by-p_z)

remove_intercept

whether subtract estimated intercept term in calculation of y_tilde

Value

A list contains

para_est

estimated (a, sigma2, sigma3, b1, b2, b3)

remove_intercept

Save the parameter remove_intercept for future reference. = NA if z is not provided.


zhan-gao/ccrm documentation built on Oct. 22, 2023, 3:24 p.m.