Skip to content

Commit

Permalink
updates to syntax
Browse files Browse the repository at this point in the history
saudiwin committed Nov 22, 2024
1 parent 775aa62 commit a3a58ef
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package_test_v2.Rmd
Original file line number Diff line number Diff line change
@@ -40,9 +40,8 @@ bin_irt_2pl_est <- id_estimate(idealdata=bin_irt_2pl_sim,
decreasing=F)[1],
fixtype='prefix',
person_sd = 3,debug_mode = FALSE,
nchains=2,ncores=4,niters = 500,warmup=500,
compile_optim = F,num_pathfinder_paths = 4)
person_sd = 3,
nchains=2,ncores=4,niters = 500,warmup=500)
id_plot_rhats(bin_irt_2pl_est)
```

@@ -104,9 +103,8 @@ bin_irt_2pl_cov_est <- id_estimate(idealdata=bin_irt_2pl_cov_sim,
decreasing=F)[1],
fixtype='prefix',
person_sd = 3,debug_mode = FALSE,
nchains=2,ncores=4,niters = 500,warmup=500,
compile_optim = F,num_pathfinder_paths = 4)
person_sd = 3,
nchains=2,ncores=4,niters = 500,warmup=500)
id_plot_rhats(bin_irt_2pl_cov_est)
```

0 comments on commit a3a58ef

Please sign in to comment.