Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
amroco opened this issue Feb 9, 2022 · 1 comment
Assignees

Comments

@amroco
Copy link

amroco commented Feb 9, 2022

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)
@JaySumners JaySumners assigned JaySumners and datalorax and unassigned JaySumners Feb 11, 2022
@datalorax
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants