Description Usage Arguments Value Examples
Data in different tiles has diferent columns, this function standardizes the information and variable types.
1 | homogeneizar_bits(datos)
|
datos |
|
A data.frame
with columns edo, oid, id, tile, predicted,
interpreta and area_r.
1 2 3 4 5 6 7 | sampling_frame <- data.frame(id = 1:100,
str = sample(1:5, 100, replace = TRUE),
val = rnorm(100))
allo <- sampling_frame %>%
group_by(str) %>%
summarise(n = 0.4 * n())
select_sample(allo, sampling_frame, n, str)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.