Skip to content

Commit

Permalink
required interactive() isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Nov 20, 2024
1 parent 7fe5b69 commit 5f9019d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions R/RCI.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,13 @@
#' mod_post <- mirt(Science, pars=sv, TOL=NA)
#'
#' # only use pre-test model for scoring
#' RCI(mod_pre=mod_pre, shiny=TRUE)
#' if(interactive()){
#' RCI(mod_pre=mod_pre, shiny=TRUE)
#'
#' # use both pre-test and post-test models for including empirical priors
#' RCI(mod_pre=mod_pre, mod_post=mod_post, shiny=TRUE,
#' main='Perceptions of Science and Technology')
#' # use both pre-test and post-test models for including empirical priors
#' RCI(mod_pre=mod_pre, mod_post=mod_post, shiny=TRUE,
#' main='Perceptions of Science and Technology')
#' }
#'
#'
#' ############################
Expand Down
10 changes: 6 additions & 4 deletions man/RCI.Rd

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

0 comments on commit 5f9019d

Please sign in to comment.