R/fit.param.fj.unif.R

Defines functions .fit.param.fj.unif

.fit.param.fj.unif <- function(counting, j, kmax) {
  
  theta <- tail(which(counting$Njk[j, ] != 0), 1)
  
  return(c(theta, NA))
  
}

Try the smmR package in your browser

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

smmR documentation built on Aug. 3, 2021, 5:07 p.m.