equatiomatic
equatiomatic copied to clipboard
Error: Error in mapply_chr(function(lev, var) { : is.character(out) is not TRUE
Error message: Error in mapply_chr(function(lev, var) { : is.character(out) is not TRUE
Attempting to extract equation from LME, code is as follows:
library(lme4)
library(equatiomatic)
load(dat_lme.Rdata)
model =
lmer(log_prey_mass ~ log_pred_mass * trophic_guild +
(1|Genus/ID),
data = dat_lme, REML = T)
extract_eq(model)
Thanks, this looks like it should work. Not sure what's going on. I'll try to take a look but, fair warning, I'm not actively working on this at the moment so it might be a little while.