R/PePNRM.R

Defines functions PePNRM

PePNRM <-
function(quads,mueERG=mueERG)
{
  
  thetas <- mapply(function(eachG,ql)
  {
    PPzae  <- ql$nodes * eachG$LjmalA
    thet <- colSums(PPzae) / eachG$Pji_schlange
    thet
  },eachG=mueERG$mue_hat_g,ql=quads,SIMPLIFY=FALSE)
  
  
  return(thetas=thetas) 

}

Try the mcIRT package in your browser

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

mcIRT documentation built on May 29, 2017, 9:33 p.m.