R/ll.aRC.theta.A1.R

Defines functions `ll.aRC.theta.A1`

`ll.aRC.theta.A1` = 
function(par0, bs1, bs2=NULL, ni, ni0, xs){
  theta = par0
  return(ll.aRC(par0=bs1, ni=ni, ni0=ni0, xs=xs, theta=theta))
}

Try the rxSeq package in your browser

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

rxSeq documentation built on May 1, 2019, 11:31 p.m.