equatiomatic icon indicating copy to clipboard operation
equatiomatic copied to clipboard

Error: Error in mapply_chr(function(lev, var) { : is.character(out) is not TRUE

Open amroco opened this issue 3 years ago • 1 comments

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)

amroco avatar Feb 09 '22 01:02 amroco

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.

datalorax avatar Feb 15 '22 16:02 datalorax