First of all, thank you for providing this package. I hope this is the right place to ask this.
I'm running into an error when using the mr_forest function with the "conmix" method:
Error in levels<-(*tmp*, value = as.character(levels)) : factor level [2] is duplicated
Several of my data inputs ran fine, but one input dataframe throws this error for the conmix method specifically (although I can't see anything obviously wrong with the data). A reproducible example is included below:
First of all, thank you for providing this package. I hope this is the right place to ask this.
I'm running into an error when using the mr_forest function with the "conmix" method:
Error in levels<-(*tmp*, value = as.character(levels)) : factor level [2] is duplicated
Several of my data inputs ran fine, but one input dataframe throws this error for the conmix method specifically (although I can't see anything obviously wrong with the data). A reproducible example is included below:
Any insights would be appreciated!