I would like to use recode from the car package. But if I have Hmisc loaded, it masks the car version.
There is probably a way to call the masked function. Perhaps there is also a way to force one package to be the dominant one?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could run into deeper problems, but at the top level
car::recodeshould do the trick. Not sure what happens if recode uses functions that are also masked.