mcmap_generic {mcmapper} | R Documentation |
Maps a pair of mean and c-statistic value to the parameters of an unspecified distribution that is indexed by two parameters
mcmap_generic(
target,
CDF,
integrate_controls = list(),
optim_controls = list()
)
target |
A vector of size 2. The first element is mean and the second element is c-statistic. |
CDF |
Cumulative distribution function of an unnspecified distribution. The CDF must be indexed by two parameters. |
integrate_controls |
(optional): parameters to be passed to integrate() |
optim_controls |
(optional): parameters to be passed to optim() |
A vector of size two that contains the distribution parameters
mcmap_generic(c(0.1, 0.75), pbeta)