FitModel: Fit Working Model by Maximum Likelihood Estimate (MLE)

Description Usage Arguments

Description

Fit Working Model by Maximum Likelihood Estimate (MLE)

Usage

1
FitModel(param.ini = NULL, dose.tox, skeleton, working.model = "power")

Arguments

param.ini

initial value of paramameter, default = rep(0, L)

dose.tox

counts of dose-toxicity, an integer matrix where nrow = # of dose levels (K), and ncol = # of toxicity levels (L) + 1.

skeleton

mapped skeleton for dose levels, a vector of length = # of dose levels (K), should be between 0 and 1

working.model

working model, character, default = "power" (currently only supports "power")


XiaoqiLu/CRMplus documentation built on May 22, 2019, 2:16 p.m.