View source: R/simulate_gamma.R
1 2 3 4 | simulate_gamma(
N1, p1 = 0.1, phi1 = 0.1, theta1 = 0.1, N2 = N1, p2 = 0.1, phi2 = 0.1,
theta2 = 0.1, alpha = 0.05, len = 1e4, check = NULL, summary = FALSE
)
|
x |
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.