Skip to content

Commit

Permalink
Fixed label
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Lafferte committed Jul 19, 2024
1 parent 91fbe91 commit f4beb84
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/08-codebook.html

Large diffs are not rendered by default.

Binary file modified output/data/db_proc_full.RData
Binary file not shown.
Binary file modified output/data/db_proc_full.dta
Binary file not shown.
Binary file modified output/data/db_proc_full.sav
Binary file not shown.
Binary file modified output/data/db_proc_parents.dta
Binary file not shown.
Binary file modified output/data/db_proc_parents.sav
Binary file not shown.
Binary file modified output/data/db_proc_students.RData
Binary file not shown.
Binary file modified output/data/db_proc_students.dta
Binary file not shown.
Binary file modified output/data/db_proc_students.sav
Binary file not shown.
Binary file modified output/data/db_proc_teachers.dta
Binary file not shown.
Binary file modified output/data/db_proc_teachers.sav
Binary file not shown.
2 changes: 1 addition & 1 deletion processing/01-proc-data-students.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ frq(db1$asignacion)
get_label(db1$asignacion)
db1 <- db1 %>%
mutate(asignacion = asignacion %>%
set_labels(labels = c("" = 1, "No" = 2)) %>%
set_labels(labels = c("Tratamiento" = 1, "Control" = 2)) %>%
set_label(label = "Identificador asignación aleatoria al tratamiento"))


Expand Down

0 comments on commit f4beb84

Please sign in to comment.