langcog / wordbank

open repository of children's vocabulary data
http://wordbank.stanford.edu
GNU General Public License v2.0
64 stars 10 forks source link

Are maternal education and sex no longer availalble? #275

Closed camiscaff closed 2 years ago

camiscaff commented 2 years ago

Are maternal education and sex no longer available from the database? Thanks for the great work!

mcfrank commented 2 years ago

they should be available, can you give details of what is not showing up? also take a look at new arguments to some of the wordbankr functions

On Wed, Aug 24, 2022 at 4:53 AM camiscaff @.***> wrote:

Are maternal education and sex no longer available from the database? Thanks for the great work!

— Reply to this email directly, view it on GitHub https://github.com/langcog/wordbank/issues/275, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI25F3FEHTPNBDOJ3TTG73V2YEM7ANCNFSM57PAXDAQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

camiscaff commented 2 years ago

If I'm not mistaken before I could get this information just by doing get_administration_data() and a "mat_ed" column would be available but now I only get these columns [1] "data_id" "date_of_test" "age" "comprehension"
[5] "production" "is_norming" "dataset_name" "dataset_origin_name" [9] "language" "form" "form_type" "child_id"

mcfrank commented 2 years ago

I think you just need to add the new include_demographic_info flag: http://langcog.github.io/wordbankr/reference/get_administration_data.html

On Wed, Aug 24, 2022 at 2:18 PM camiscaff @.***> wrote:

If I'm not mistaken before I could get this information just by doing get_administration_data() and a "mat_ed" column would be available but now I only get these columns [1] "data_id" "date_of_test" "age" "comprehension" [5] "production" "is_norming" "dataset_name" "dataset_origin_name" [9] "language" "form" "form_type" "child_id"

— Reply to this email directly, view it on GitHub https://github.com/langcog/wordbank/issues/275#issuecomment-1226372955, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI25F5J7WFMYKMDIUEYAQDV22GTLANCNFSM57PAXDAQ . You are receiving this because you commented.Message ID: @.***>

-- Mike

camiscaff commented 2 years ago

great, thank you!