R/scalechoice.R

Defines functions `scalechoice`

`scalechoice` <-
function(shape=3, pm=0.2, t=1)       ####t=max time der studie
{
scale <- ((t^shape)/(-log(1-pm)))^(1/shape)
return(scale)
}

Try the MCPAN package in your browser

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

MCPAN documentation built on May 1, 2019, 8:04 p.m.