.rr.score.asymp | R Documentation |
Internal function.
.rr.score.asymp(y, alpha = 0.05, iter.max = 18, converge = 1e-04, mn = FALSE)
y |
data |
alpha |
alpha |
iter.max |
maximum number of iterations |
converge |
convergence criterion |
mn |
boolean whether to calculate MN or use default value of 1.0 |
.rr.score.asymp(c(0, 18, 16, 19), mn = FALSE)
.rr.score.asymp(c(0, 18, 16, 19), mn = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.