R/myffitYP411.R

Defines functions myffitYP411

Documented in myffitYP411

myffitYP411 <- function(x1, myY, myd, myZ, beta2) {
         tempT <- fitYP41(Y=myY, d=myd, Z=myZ, beta1=x1, beta2=beta2)
         return( - tempT$EmpLik)
}

Try the ELYP package in your browser

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

ELYP documentation built on May 2, 2019, 5:17 a.m.