R/packageDescription.R

#' Sample Size Planning Based on Intrinsic Kappa Value
#'
#' Providing functions for the computation of the intrinsic kappa value.
#'
#' @references
#' R. Sanchez-Marquez, F. Gerhorst and D. Schindler (2023) "Effectiveness of quality
#' inspections of attributive characteristics – A novel and practical method for estimating
#' the “intrinsic” value of kappa based on alpha and beta statistics." \emph{Computers & Industrial Engineering}, 109006.
#'
#'
#' @seealso
#' For the computation of the intrinsic kappa value, see \code{\link{intrinsicKappa}}.
#'
#' @docType package
#' @name intrinsicKappa-package
#' @author David Schindler \email{dv.schindler@@gmail.com}, Rafael Sanchez-Marquez, Frank Gerhorst
#'
#' @importFrom stats qf
#' @importFrom utils capture.output
#'
NULL

Try the intrinsicKappa package in your browser

Any scripts or data that you put into this service are public.

intrinsicKappa documentation built on June 7, 2023, 5:27 p.m.