R/xxirt_compute_priorDistribution.R

Defines functions xxirt_compute_priorDistribution

## File Name: xxirt_compute_priorDistribution.R
## File Version: 0.142


xxirt_compute_priorDistribution <- function( Theta, customTheta, G )
{
    P_Theta <- customTheta$P
    arg_Theta <- list( Theta=Theta, par=customTheta$par, G=G )
    prior_Theta <- do.call( P_Theta, arg_Theta )
    return(prior_Theta)
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.