get_cv {calidad} | R Documentation |
Get the coefficient of variation
Description
Receive a table created with survey and return the coefficient of variation for each cell
Usage
get_cv(table, design, domains, type_est = "all", env = parent.frame())
Arguments
table |
|
design |
design |
domains |
|
type_est |
type of estimation: all or size. |
env |
parent environment |
Value
dataframe
with results including including CV
[Package calidad version 0.5.0 Index]