problems with xlog in Forestplot

Hi all,

WHen I'm using the "xlog" function in forestplot to make a logarithmic scale for the x axis I get the following error message:

"Error in log(coreData$estimates) :
non-numeric argument to mathematical function"

Normally my code works, so this is something new. Can anyone figure out what is wrong?

Confirm that this is numeric with as.numeric(coreData$estimates)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.