Skip to content

Commit

Permalink
document that coef uses the delta method
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Mar 16, 2018
1 parent ed217fb commit 63afd64
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions R/SingleGroup-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,14 @@ setMethod(
#' @param CI the amount of converged used to compute confidence intervals; default is
#' 95 percent confidence intervals
#' @param IRTpars logical; convert slope intercept parameters into traditional IRT parameters?
#' Only applicable to unidimensional models
#' Only applicable to unidimensional models. If a suitable ACOV estimate was computed in the fitted
#' model, and \code{printSE = FALSE}, then suitable CIs will be included based on the delta
#' method (where applicable)
#' @param rotate see \code{summary} method for details. The default rotation is \code{'none'}
#' @param Target a dummy variable matrix indicting a target rotation pattern
#' @param printSE logical; print the standard errors instead of the confidence intervals?
#' @param printSE logical; print the standard errors instead of the confidence intervals? When
#' \code{IRTpars = TRUE} then the delta method will be used to compute the associated standard errors
#' from mirt's default slope-intercept form
#' @param as.data.frame logical; convert list output to a data.frame instead?
#' @param simplify logical; if all items have the same parameter names (indicating they are
#' of the same class) then they are collapsed to a matrix, and a list of length 2 is returned
Expand Down
8 changes: 6 additions & 2 deletions man/coef-method.Rd

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

0 comments on commit 63afd64

Please sign in to comment.