|
Subject: | XploRe Application Guide |
See XploRe: | eivlinearinstrvec |
Quantlet: | eiv08 | |
Description: | estimates the vector of parameters of eiv model for simulated data - method of instrumental variables | |
Download: | eiv08.xpl |
library("xplore") library("eiv") n=100 randomize(n) w=floor(6*uniform(n,3)+#(4,5,5)') z=floor(8*uniform(n,4)+#(3,3,2,2)') y=floor(9*uniform(n)+2) gest=eivlinearinstrvec(w,z,y) gest
Subject: | XploRe Application Guide |
See XploRe: | eivlinearinstrvec |