Skip to content

Commit

Permalink
add missing author info
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Jan 16, 2016
1 parent a06e22f commit 95734e7
Show file tree
Hide file tree
Showing 45 changed files with 85 additions and 3 deletions.
1 change: 1 addition & 0 deletions R/DIF.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
#' Adjustments are located in the \code{adj_pvals} element in the returned list
#' @param verbose logical print extra information to the console?
#' @param ... additional arguments to be passed to \code{\link{multipleGroup}} and \code{plot}
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords DIF
#' @seealso \code{\link{multipleGroup}}
Expand Down
1 change: 1 addition & 0 deletions R/M2.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#' this value will be returned, while all values less than this value will be set to NA.
#' Must be used in conjunction with the argument \code{residmat = TRUE}
#' @param ... additional arguments to pass
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @references
#' Cai, L. & Hansen, M. (2013). Limited-information goodness-of-fit testing of
Expand Down
1 change: 1 addition & 0 deletions R/MDIFF.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#'
#' @aliases MDIFF
#' @param x an object of class 'SingleGroupClass'
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @references
#' Reckase, M. D. (2009). Multidimensional Item Response Theory. Springer.
Expand Down
1 change: 1 addition & 0 deletions R/MDISC.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#'
#' @aliases MDISC
#' @param x an object of class 'SingleGroupClass'
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @references
#' Reckase, M. D. (2009). Multidimensional Item Response Theory. Springer.
Expand Down
2 changes: 2 additions & 0 deletions R/PLCI.mirt.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#' @param plot logical; plot the parameter relationship in the likelihood space for two parameters?
#' @param npts number of points to evaluate and plot if \code{plot = TRUE}
#' @param ... additional arguments to pass to the estimation functions
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords profiled likelihood
#' @export PLCI.mirt
#' @seealso
Expand Down
2 changes: 2 additions & 0 deletions R/averageMI.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#' @param SEpar a list containing standard errors associated with \code{par}
#' @param as.data.frame logical; return a data.frame instead of a list? Default is TRUE
#' @param digits number of digits to round result. Default is 4
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @return returns a list or data.frame containing the updated averaged parameter estimates,
#' standard errors, and t-values with the associated degrees of freedom and two tailed p-values
#' @keywords multiple imputation
Expand Down
2 changes: 2 additions & 0 deletions R/boot.mirt.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#' @param technical technical arguments passed to estimation engine. See \code{\link{mirt}}
#' for details
#' @param ... additional arguments to be passed on to \code{boot(...)} and estimation engine
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords bootstrapped standard errors
#' @export boot.mirt
#' @seealso
Expand Down
1 change: 1 addition & 0 deletions R/createItem.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#' then the bounds will be set to -Inf
#' @param ubound optional vector indicating the lower bounds of the parameters. If not specified
#' then the bounds will be set to Inf
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords createItem
#' @export createItem
Expand Down
2 changes: 2 additions & 0 deletions R/empirical_rxx.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#' @aliases empirical_rxx
#' @param Theta_SE a matrix of latent trait estimates returned from \code{\link{fscores}} with the options
#' \code{full.scores = TRUE} and \code{full.scores.SE = TRUE}
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords reliability
#' @export empirical_rxx
#' @seealso \code{\link{fscores}}, \code{\link{marginal_rxx}}
Expand Down
1 change: 1 addition & 0 deletions R/expand.table.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#' @param sample logical; randomly switch the rows in the expanded table? This does not change the
#' expanded data, only the row locations
#' @return Returns a numeric matrix with all the response patterns.
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords data
#' @export expand.table
Expand Down
2 changes: 2 additions & 0 deletions R/expected.item.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#' @param Theta a vector (unidimensional) or matrix (multidimensional) of latent trait values
#' @param min a constant value added to the expected values indicating the lowest theoretical
#' category. Default is 0
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords expected value
#' @export expected.item
#' @seealso \code{\link{extract.item}}, \code{\link{expected.test}}
Expand Down
2 changes: 2 additions & 0 deletions R/extract.group.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#' @aliases extract.group
#' @param x mirt model of class 'MultipleGroupClass'
#' @param group a number signifying which group should be extracted
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords extract
#' @seealso \code{\link{extract.item}}, \code{\link{extract.mirt}}
#' @export extract.group
Expand Down
1 change: 1 addition & 0 deletions R/extract.mirt.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
#' 'DiscreteGroupClass'
#' @param what a string indicating what to extract
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords extract
#' @seealso \code{\link{extract.group}}, \code{\link{extract.item}}, \code{\link{mod2values}}
#' @export extract.item
Expand Down
1 change: 1 addition & 0 deletions R/fixef.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#' @aliases fixef
#' @param x an estimated model object from the \code{\link{mixedmirt}} or \code{\link{mirt}}
#' function
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @seealso \code{\link{mirt}}, \code{\link{mixedmirt}}
#' @keywords fixed effects
Expand Down
1 change: 1 addition & 0 deletions R/fscores.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
#' such as EAP and EAPsum). Value is a reflection of the \code{code} element from \code{\link{nlm}}
#' (e.g., 1 indicates convergence)
#' @param ... additional arguments to be passed to \code{nlm}
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords factor.scores
#' @seealso \code{\link{averageMI}}
Expand Down
1 change: 1 addition & 0 deletions R/imputeMissing.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#' @param Theta a matrix containing the estimates of the latent trait scores
#' (e.g., via \code{\link{fscores}})
#' @param ... additional arguments to pass
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords impute data
#' @export imputeMissing
Expand Down
2 changes: 2 additions & 0 deletions R/itemGAM.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#' should be inspected directly, but also when fitting multidimensional models (this is set to
#' TRUE automatically for multidimensional models)
#' @param ... additional arguments to be passed to \code{gam} or \code{lattice}
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords item fit, traceline
#' @seealso \code{\link{itemfit}}
#' @export itemGAM
Expand Down
1 change: 1 addition & 0 deletions R/iteminfo.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#' @param total.info logical; return the total information curve for the item? If \code{FALSE},
#' information curves for each category are returned as a matrix
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords information
#' @seealso
#' \code{\link{extract.item}}
Expand Down
1 change: 1 addition & 0 deletions R/itemplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#' @param par.strip.text plotting argument passed to \code{\link{lattice}}
#' @param par.settings plotting argument passed to \code{\link{lattice}}
#' @param ... additional arguments to be passed to \code{\link{lattice}} and \code{coef()}
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords plot
#' @export itemplot
Expand Down
1 change: 1 addition & 0 deletions R/key2binary.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#' in the case of a matrix input, no additional scoring keys)
#' @return Returns a numeric matrix with all the response patterns in
#' dichotomous format
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @export key2binary
#' @examples
Expand Down
2 changes: 2 additions & 0 deletions R/marginal_rxx.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#' normal (Gaussian) distribution
#' @param theta_lim a vector containing the range of integration
#' @param ... additional arguments passed to the density function
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords reliability
#' @export marginal_rxx
#' @seealso \code{\link{empirical_rxx}}, \code{\link{extract.group}}, \code{\link{testinfo}}
Expand Down
1 change: 1 addition & 0 deletions R/mdirt.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#' @param ... additional arguments to be passed to the estimation engine. See \code{\link{mirt}}
#' for more details and examples
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @seealso \code{\link{fscores}}, \code{\link{mirt.model}}, \code{\link{M2}},
#' \code{\link{itemfit}}, \code{\link{boot.mirt}}, \code{\link{mirtCluster}},
#' \code{\link{wald}}, \code{\link{coef-method}}, \code{\link{summary-method}},
Expand Down
1 change: 1 addition & 0 deletions R/mirtCluster.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#' passed to \code{parallel::makeCluster()}. If no input is given the maximum number of available
#' cores will be used
#' @param remove logical; remove previously defined \code{mirtCluster()}?
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords parallel
#' @export mirtCluster
Expand Down
1 change: 1 addition & 0 deletions R/mod2values.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#'
#' @aliases mod2values
#' @param x an estimated model x from the mirt package
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords convert model
#' @export mod2values
Expand Down
4 changes: 2 additions & 2 deletions R/multipleGroup.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
#' (default is \code{'EM'}). See \code{\link{mirt}} for details
#' @param ... additional arguments to be passed to the estimation engine. See \code{\link{mirt}}
#' for details and examples
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @seealso \code{\link{mirt}}, \code{\link{DIF}}, \code{\link{extract.group}}
# \code{\link{DTF}}
#' @seealso \code{\link{mirt}}, \code{\link{DIF}}, \code{\link{extract.group}}, \code{\link{DTF}}
#' @keywords models
#' @export multipleGroup
#' @examples
Expand Down
1 change: 1 addition & 0 deletions R/personfit.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#' @param stats.only logical; return only the person fit statistics without their associated
#' response pattern?
#' @param ... additional arguments to be passed to \code{fscores()}
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords person fit
#' @export personfit
Expand Down
2 changes: 2 additions & 0 deletions R/probtrace.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#' @param Theta a vector (unidimensional) or matrix (unidimensional/multidimensional) of
#' latent trait values
#' @keywords tracelines
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @export probtrace
#' @seealso
#' \code{\link{extract.item}}
Expand Down
1 change: 1 addition & 0 deletions R/randef.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' @param ndraws total number of draws to perform. Default is 1000
#' @param thin amount of thinning to apply. Default is to use every 10th draw
#' @param return.draws logical; return a list containing the thinned draws of the posterior?
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords random effects
#' @export randef
Expand Down
2 changes: 2 additions & 0 deletions R/testinfo.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#' Only applicable when the input object is multidimensional
#' @param group a number signifying which group the item should be extracted from (applies to
#' 'MultipleGroupClass' objects only)
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords information
#' @export testinfo
#' @examples
Expand Down
2 changes: 2 additions & 0 deletions R/wald.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#' \code{multipleGroup}, \code{mixedmirt}, or \code{mdirt}
#' @param C a constant vector of population parameters to be compared along side L, where
#' \code{length(C) == ncol(L)}. By default a vector of 0's is constructed
#'
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @keywords wald
#' @export wald
#' @examples
Expand Down
3 changes: 3 additions & 0 deletions man/PLCI.mirt.Rd

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

3 changes: 3 additions & 0 deletions man/averageMI.Rd

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

3 changes: 3 additions & 0 deletions man/boot.mirt.Rd

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

3 changes: 3 additions & 0 deletions man/empirical_rxx.Rd

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

3 changes: 3 additions & 0 deletions man/expected.item.Rd

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

3 changes: 3 additions & 0 deletions man/extract.group.Rd

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

3 changes: 3 additions & 0 deletions man/extract.mirt.Rd

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

3 changes: 3 additions & 0 deletions man/itemGAM.Rd

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

3 changes: 3 additions & 0 deletions man/iteminfo.Rd

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

3 changes: 3 additions & 0 deletions man/marginal_rxx.Rd

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

3 changes: 3 additions & 0 deletions man/mdirt.Rd

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

2 changes: 1 addition & 1 deletion man/multipleGroup.Rd

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

3 changes: 3 additions & 0 deletions man/probtrace.Rd

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

3 changes: 3 additions & 0 deletions man/testinfo.Rd

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

Loading

0 comments on commit 95734e7

Please sign in to comment.