stdErrBinom | R Documentation |
Calculate standard error on binomial data
stdErrBinom(x)
x |
TRUE FALSE vector |
standard error
a <- c(TRUE, FALSE, TRUE, FALSE, TRUE, TRUE)
stdErrBinom(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.