R/twoplpart.R

Defines functions twoplpart

twoplpart <-
function(Km=Km, abpar=abpar)
{
  SO <- exp(Km %*% abpar) / (1 + exp(Km %*% abpar))  
  SO
}

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.