Skip to content

Commit

Permalink
Update vignette.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson committed Jan 18, 2024
1 parent eb1957b commit 57b3a05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vignettes/vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ tsdata = TS[,c("time","gnp","pwage","cprofits",'consumption',
"gwage","invest","capital")]
fit = dsem( sem=sem,
tsdata = tsdata,
newtonsteps = 0,
estimate_delta0 = TRUE,
control = dsem_control(quiet = TRUE) )
control = dsem_control(
quiet = TRUE,
newton_loops = 0) )
# Compile
m1 = rbind( summary(fm_cons)$coef[-1,],
Expand Down

0 comments on commit 57b3a05

Please sign in to comment.