Hi
I would like to feed my own estimates and covariance into nlcom.
Is that possible?
Among other things I've unsuccessfully tried code like:
Here I get an "invalid syntax" error in epost_bv.
But a sollution does not need to be build on this code. It is just showing my current path.
Looking forward to her from you
I would like to feed my own estimates and covariance into nlcom.
Is that possible?
Among other things I've unsuccessfully tried code like:
Code:
ereturn clear
matrix b = 1.2039728, 1.0861898, 2.2012326
matrix V = .63333333, .38333333, .38333333
matrix V = V \ .38333333, .56388889, .38333333
matrix V = V \ .38333333, .38333333, .39380187
capture program drop epost_bv
program define epost_bv, eclass
args b V
ereturn b = `b'
ereturn b = `V'
end
epost_bv b V
nlcom
But a sollution does not need to be build on this code. It is just showing my current path.
Looking forward to her from you

Comment