examples/Model-class-ProbitLogNormalRel.R

my_model <- ProbitLogNormalRel(
  mean = c(-0.85, 1),
  cov = matrix(c(1, -0.5, -0.5, 1), nrow = 2)
)
Roche/crmPack documentation built on June 30, 2024, 1:31 a.m.