Matthew Fidler
Matthew Fidler
I am unsure too. We simply redefined for each binary that we produced. If you follow that approach you would pick one and change any name that refers to it....
I suppose you should probably put the `options(broom.mixed.sep2)` in what you have. I will use both with the defaults `__` and `.` respectively for now. I personally think that `SD(parameter)`...
Ok. Thats fine with me.
Dots are used in variable names, could that be problematic for the default `.` separator
For example, I have seen many people use `eta.v` and `eta.cl` then the separator would be: cor__eta.v.eta.cl which would mean it is difficult to apply a `tidyr::separate` for the columns....
Perhaps change `.` to `,` which is syntactically invalid for a variable name?
That would work too.
Just let me know what the default is and I will update my default.
Ok. Let me know if/when you decide to change this. I think it probably should be changed at some time, though. Preferably earlier than later since broom is still relatively...
Indeed...