Skip to content

Commit

Permalink
check fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Mar 21, 2022
1 parent 8576a2b commit a869964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/DRF.R
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ calc_DRFs <- function(mod, Theta, DIF, plot, max_score, focal_items, details, de
#' @param redraws number of redraws to perform when the given parameteric sample does not satisfy the
#' upper and lower parameter bounds. If a valid set cannot be found within this number of draws then
#' an error will be thrown
#' @param verbose logical; include additional information in the console?
#' @param ... additional arguments to be passed
#' @return returns a draws x p matrix of plausible parameters, where each row correspeonds to a single
#' set
Expand Down Expand Up @@ -552,7 +553,7 @@ calc_DRFs <- function(mod, Theta, DIF, plot, max_score, focal_items, details, de
#' }
#'
draw_parameters <- function(mod, draws, method = c('parametric', 'boostrap'),
redraws = 20, ...){
redraws = 20, verbose = FALSE, ...){
fn_param <- function(ind, shortpars, longpars, lbound, ubound, est,
pre.ev, constrain, imputenums, MGmod, redraws, pars){
count <- 0L
Expand Down
3 changes: 3 additions & 0 deletions man/draw_parameters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a869964

Please sign in to comment.