h_0_f | R Documentation |
Data-generating function under the null hypothesis
h_0_f( n = rep(5, 5), m = NULL, dist = "norm", corstruct = "independent", rho = NULL, rho.max = NULL, params = list(mean = 0, sd = 1) )
n |
Vector of sample sizes |
m |
Vector of cluster sizes, defaults to sample size |
dist |
Distribution under the null, defaults to normal |
corstruct |
Type of correlation (string), defaults to "independent". Alternatives are "exchangeable" and "wild" |
rho |
Fixed correlation, defaults to NULL |
rho.max |
In case of no fixed correlation, specifies the maximal correlation, defaults to NULL |
params |
List of params necessary for the distribution specified in dist, defaults to standard normal |
Returns a list of lists with the data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.