R/pim-package.R

#' Probabilistic Index Models
#' 
#' Fit a probabilistic index model. Note that this
#' version is NOT compatible with the previous version used in the original
#' publications on probabilistic index models. If you want to try out the
#' original code, please install the package pimold from R-Forge.
#' 
#' @name pim-package
#' @aliases pim-package
#' @docType package
#' @author Joris Meys \email{Joris.Meys@@UGent.be} Jan De Neve \email{Jan.DeNeve@@UGent.be} original package and engine code by Nick Sabbe. 
#' @references \url{http://r-forge.r-project.org/projects/pim/}
#' @keywords package
#' @importFrom stats4 nobs
#' @importFrom stats dnorm glm.fit plogis pnorm printCoefmat qnorm
#' @importFrom utils head
#' @import methods
NULL

# All things needed for S4 definitions.
setOldClass("terms")
setOldClass("formula")

Try the pim package in your browser

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

pim documentation built on May 2, 2019, 6:51 p.m.