make_flips | R Documentation |
n_flips
xn_obs
matrix of random +1 and -1.
The first row is made by ones (i.e. the observed test statistic is computed)It creates a n_flips
xn_obs
matrix of random +1 and -1.
The first row is made by ones (i.e. the observed test statistic is computed)
make_flips(n_obs, n_flips)
n_obs |
number of observations |
n_flips |
number of flips |
# example code
make_flips(n_obs=10,n_flips=20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.