se_bin | R Documentation |
se_bin
calculates the SE of input vector
se_bin(x)
x |
A vector of binary values that is numeric or can be coerced to be numeric. |
# Here is an example x <- sample(x = c(0, 1), size = 10, replace = TRUE) se_bin(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.