R/my.pPropTypeNoObs.lognormal_bias.r

Defines functions my.pPropTypeNoObs.lognormal_bias

### Since there is no phi, it is no sense to implement the function.
### However, need a fake function to avoid polymorphism error.

my.pPropTypeNoObs.lognormal_bias <- function(n.G, phi.Curr,
    p.Curr, hp.param){
  .cubfitsEnv$my.stop("Bias can not be estimated without phi.obs values.")
} # my.pPropTypeNoObs.lognormal_bias().

Try the cubfits package in your browser

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

cubfits documentation built on Nov. 8, 2021, 1:07 a.m.