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
I am a doctoral student at Emory University using the anthro R package you developed- THANK YOU! It’s amazing and so much shorter than the SAS macro!
I was wondering however, the anthro package differs from the SAS macro as it exports the z scores and flags to a dataframe separate from the input dataset. I was wondering how the output values can be merged back in to the original file? I am not sure what the unique identifier is between the original dataframe and the dataframe with the z scores. Any help you could provide on this would be greatly appreciated!
I look forward to hearing from you and thanks again for this package!
The text was updated successfully, but these errors were encountered:
The results of anthro_zscores are returned in the same order as your input them. So you could use the function cbind to bind the results to you original dataset. Hope this helps.
Hi Dirk,
I am a doctoral student at Emory University using the anthro R package you developed- THANK YOU! It’s amazing and so much shorter than the SAS macro!
I was wondering however, the anthro package differs from the SAS macro as it exports the z scores and flags to a dataframe separate from the input dataset. I was wondering how the output values can be merged back in to the original file? I am not sure what the unique identifier is between the original dataframe and the dataframe with the z scores. Any help you could provide on this would be greatly appreciated!
I look forward to hearing from you and thanks again for this package!
The text was updated successfully, but these errors were encountered: