You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the package assumes that BISG will merge with WRU's surname2010 dataframe. This needs to be extended to allow the user to provide their own surname dataframe.
The following changes must be made:
compute_p_r_cond_s: this function needs to accept a surname dataframe, which defaults to NONE. If NONE, then merge_surnames from wru is called. Otherwise, the merge occurs with the provided dataframe. This should also include a race_cols argument, defaulting to the standard in wru.
compute_p_r_cond_s_g: this function needs to accept a surname dataframe, as described above.
bisg: this function needs to accept a surname dataframe, as described above.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently, the package assumes that BISG will merge with WRU's
surname2010
dataframe. This needs to be extended to allow the user to provide their own surname dataframe.The following changes must be made:
compute_p_r_cond_s
: this function needs to accept asurname
dataframe, which defaults toNONE
. IfNONE
, thenmerge_surnames
fromwru
is called. Otherwise, the merge occurs with the provided dataframe. This should also include arace_cols
argument, defaulting to the standard inwru
.compute_p_r_cond_s_g
: this function needs to accept asurname
dataframe, as described above.bisg
: this function needs to accept asurname
dataframe, as described above.The text was updated successfully, but these errors were encountered: