varianza_pps_cr | R Documentation |
Varianza pps con remplazo
varianza_pps_cr(x, w = numeric(), sin0 = TRUE)
x |
numeric: datos |
w |
numeric: ponderación |
sin0 |
logical: ignorar los datos igual a cero? |
NA o numeric
varianza_pps_cr(c(1, 1, 0, 1 ), c(1, 1, 1, 1 ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.