type_two_calc | R Documentation |
This function is called internally by power
and is used to
calculate the probability of Type II error.
type_two_calc(mu0, mu1, sigma, alpha, n)
mu0 |
Mean value 0. |
mu1 |
Mean value 1. |
sigma |
The standard deviation. |
alpha |
The Type I error rate. |
n |
The number of samples, used to calculate Type II error for a given sample size. |
The Type II error for a given samples size.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.