R/noharm_sirt_implied_cov.R

Defines functions noharm_sirt_implied_cov

## File Name: noharm_sirt_implied_cov.R
## File Version: 0.01

noharm_sirt_implied_cov <- function(Fmat, Pmat, Psimat)
{
    gamma_val <- (Fmat %*% Pmat) %*% t(Fmat) + Psimat
    return(gamma_val)
}

Try the sirt package in your browser

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

sirt documentation built on May 29, 2024, 8:43 a.m.