examples/Model-class-LogisticKadaneBetaGamma.R

my_model <- LogisticKadaneBetaGamma(
  theta = 0.3,
  xmin = 0,
  xmax = 7,
  alpha = 1,
  beta = 19,
  shape = 0.5625,
  rate = 0.125
)
Roche/crmPack documentation built on June 30, 2024, 1:31 a.m.