Skip to content

Commit

Permalink
add estat overid and its ereturn
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Sep 11, 2021
1 parent 5bb63a7 commit 6c27e8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ivlsmm.ado
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ gmm (`lhs' - invlogit({xb:`amxb'} + {b0})) ///
nolog ///
`options'

estat overid
ereturn scalar J_df = `r(J_df)'
ereturn scalar J_p = `r(J_p)'
ereturn scalar J = `r(J)'

end


Expand Down

0 comments on commit 6c27e8c

Please sign in to comment.