adhd_instr_0

Cohort-specific instrument used to measure the ADHD for adhd_raw_0...

Description

For CBCL, use the DSM-Oriented Attention-Deficit Hyperactivity Problem (DSM-ADH) scale....

Format

categorical

N repeats

21

Harmonisation status per Cohort

Overview of the harmonisation status per Cohort...

  • Completed
  • Partial
  • No data
About statuses
ALSPAC
CHOP
DNBC
EDEN
ELFE
ELSPAC
GenR
INMA
NFBC1986
NINFEA
PELAGIE
RAINE
RHEA
adhd_instr_0
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
adhd_instr_1
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
partial
unmapped
unmapped
adhd_instr_2
unmapped
unmapped
unmapped
complete
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
partial
unmapped
unmapped
adhd_instr_3
complete
unmapped
unmapped
complete
unmapped
unmapped
unmapped
complete
unmapped
unmapped
partial
unmapped
complete
adhd_instr_4
complete
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
complete
unmapped
complete
unmapped
unmapped
complete
adhd_instr_5
complete
complete
unmapped
complete
complete
complete
unmapped
complete
unmapped
unmapped
complete
complete
complete
adhd_instr_6
complete
unmapped
unmapped
complete
complete
complete
complete
complete
unmapped
unmapped
complete
unmapped
unmapped
adhd_instr_7
complete
unmapped
complete
complete
unmapped
complete
complete
complete
unmapped
unmapped
complete
unmapped
unmapped
adhd_instr_8
complete
unmapped
complete
complete
unmapped
complete
complete
complete
unmapped
unmapped
complete
complete
unmapped
adhd_instr_9
complete
unmapped
unmapped
unmapped
unmapped
complete
complete
complete
unmapped
unmapped
unmapped
unmapped
unmapped
adhd_instr_10
complete
complete
unmapped
unmapped
unmapped
complete
complete
complete
unmapped
unmapped
unmapped
complete
unmapped
adhd_instr_11
complete
complete
complete
unmapped
unmapped
complete
unmapped
complete
unmapped
unmapped
complete
unmapped
unmapped
adhd_instr_12
complete
unmapped
complete
unmapped
unmapped
complete
unmapped
complete
unmapped
unmapped
complete
unmapped
unmapped
adhd_instr_13
complete
unmapped
complete
unmapped
unmapped
complete
unmapped
unmapped
unmapped
complete
complete
complete
unmapped
adhd_instr_14
complete
unmapped
complete
unmapped
unmapped
complete
unmapped
unmapped
complete
unmapped
complete
unmapped
unmapped
adhd_instr_15
complete
unmapped
unmapped
unmapped
unmapped
complete
unmapped
unmapped
complete
unmapped
unmapped
unmapped
unmapped
adhd_instr_16
complete
unmapped
unmapped
unmapped
unmapped
complete
unmapped
unmapped
complete
unmapped
unmapped
complete
unmapped
adhd_instr_17
complete
unmapped
unmapped
unmapped
unmapped
complete
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
adhd_instr_18
unmapped
unmapped
complete
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
adhd_instr_19
unmapped
unmapped
complete
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
adhd_instr_20
unmapped
unmapped
complete
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
adhd_instr_21
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped
unmapped

Harmonisation details per Cohort

Select a Cohort to see the details of the harmonisation...

ALSPAC
CHOP
DNBC
EDEN
ELFE
ELSPAC
GenR
INMA
NFBC1986
NINFEA
PELAGIE
RAINE
RHEA
Name
adhd_instr_0
Harmonisation status
No data
Description
None
Variables used
  • None
Syntax
None

Name
adhd_instr_1
Harmonisation status
No data
Description
None
Variables used
  • None
Syntax
None

Name
adhd_instr_2
Harmonisation status
No data
Description
None
Variables used
  • None
Syntax
None

Name
adhd_instr_3
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_4
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_5
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_6
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_7
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_8
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_9
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_10
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_11
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_12
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_13
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_14
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_15
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_16
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_17
Harmonisation status
Completed
Description
This code first identifies all repeated measures variable with the correct prefix and then creates new variables with prefix "inst" set at 47 (SDQ)
Variables used
  • None
Syntax
wp6_high.data %<>%
mutate_at(vars(int.vars, ext.vars, adhd.vars), 
    .funs = list(tmp_inst = ~ 47)) %>%
rename_at(vars(contains("tmp_inst")), 
    list( ~gsubfn("raw|_tmp_inst", list("raw" = "instr", "_tmp_inst" = ""), .)))

Name
adhd_instr_18
Harmonisation status
No data
Description
None
Variables used
  • None
Syntax
None

Name
adhd_instr_19
Harmonisation status
No data
Description
None
Variables used
  • None
Syntax
None

Name
adhd_instr_20
Harmonisation status
No data
Description
None
Variables used
  • None
Syntax
None

Name
adhd_instr_21
Harmonisation status
No data
Description
None
Variables used
None
Syntax
None