get_depth_from_n | R Documentation |
Calculates the depth given a sample size and alpha level
get_depth_from_n(n, alpha = 0.05)
n |
an integer scalar sample size |
alpha |
alpha level such as 0.1, 0.05, 0.01. An alpha of 0.05 would be associated with a 95 percent confidence interval |
an integer depth
get_depth_from_n(1e4L, 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.