1 2 3 4 5 | intLik_phi(
data = c(
z1 = 40, z2 = 77, m01 = 15, m02 = 12, y01 = 6, y02 = 1, N0 = 0.7, N = 27.89
), alpha = 0.05, closed_form = TRUE
)
|
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.