R/rCEWBio.R

Defines functions rCEWBio

Documented in rCEWBio

#' @export
#' @import stats

rCEWBio<-function(n, alpha,beta,theta,m,lambda)
	{
    p <- runif(n, min = 0, max = 1)
    rn <- qCEWBio(p, alpha, beta, theta, m, lambda)
    return(rn)
	}

Try the ComRiskModel package in your browser

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

ComRiskModel documentation built on May 31, 2023, 8:17 p.m.