I'm getting the almost the same error as the previous post, but the answers there are not working for me. I was able to use sjPlot
with no issues until this afternoon when I installed parameters
and sandwich
and clubsandwich
. I don't know what else I can do to get over this.
- the error:
> library(sjPlot)
Error: package or namespace load failed for ‘sjPlot’:
object ‘standard_error_robust’ was not exported by 'namespace:parameters'
In addition: Warning message:
package ‘sjPlot’ was built under R version 4.1.3
- Any help would be much appreciated. Updating
parameters
didn't solve it. Meanwhile, is there an equivalent function fortab_model()?
(since I cannot use it...). Thanks in advance.