python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
unable to load shared object 'TMB.so'
I installed broom.mixed package via conda conda install -c conda-forge r-broom.mixed, however, it doesn't import and shows error message:
library(broom.mixed)
Error: package or namespace load failed ...
Ramon
Votes: 0
Answers: 1
Mapping broom::tidy to nested list of {fixest} models and keep name of list element
I want to apply broom::tidy() to models nested in a fixest_multi object and extract the names of each list level as data frame columns. Here's an example of what I mean.
library(fixest)
library(tidyve...

Felix
Votes: 0
Answers: 1