Skip to content
Prev 1894 / 5636 Next

[R-meta] meta-regression: categorical

Dear Roberto

I suspect the answer is that your original factor variable has levels 
which do not appear in your data-set so they are dropped when the model 
matrix is formed.

If you do factor(already_existing_factor) it silently drops the levels. 
This is rather hidden in the documentation as the second paragraph of Value

Michael
On 06/01/2020 09:27, P. Roberto Bakker wrote: