Hi,
I'm trying to get the estimates from a restricted logit model.
Here's roughly what I mean to do (except it's not working the way I want):
<script>
open greene12_1
logit selfemp age income const
matrix unrestricted = $coeff
restrict
b[age]=1
end restrict
matrix restricted = $coeff
unrestricted
restricted
</script>
I also tried the "--full" option for the restrict block, but that just
gives me errors.
Is there a way in gretl to get restricted logit estimates? (without
manually coding it, I mean)
thanks,
sven