varprop {radiant.data} | R Documentation |
Variance for proportion
Description
Variance for proportion
Usage
varprop(x, na.rm = TRUE)
Arguments
x |
Input variable |
na.rm |
If TRUE missing values are removed before calculation |
Value
Variance for proportion
Examples
varprop(c(rep(1L, 10), rep(0L, 10)))
[Package radiant.data version 1.6.6 Index]