equatiomatic icon indicating copy to clipboard operation
equatiomatic copied to clipboard

Convert models to LaTeX equations

Results 34 equatiomatic issues
Sort by recently updated
recently updated
newest added

Related to #177 I'm looking to use `extract_eq()` to help with the `nlmixr2` package. It typically uses nonlinear, mixed-effect models that are defined by multiple equations. For that, I was...

Hello @datalorax First, thank you for your package. I'm an R dev too. I missed a place (like Discussions) for things that are not indeed an Issue. So I'm using...

enhancement

Consider the 4 models below. Only the 4th does not work and NA's instead of factor variables names are introduced when adding spaces to variable names (I am doing this...

Hi Is there a plan to add support for fixest? I can come up with a PR for that

I understand why the authors choose to support broom models but broom only covers S3 models. Changepoint models are widely used in a range of fields and practitioners often struggle...

Hi, I've been trying to use the _tex_preview(extract_eq(model))_ function in the RStudio console, but this error message appears: **Error in tex_image(obj, stem, write_flag, overwrite) : pdf not rendered** The equation...

Packages such as rstanarm and brms permit glm/glmer-like formula-based model specification, but also include default and specifiable priors on model parameters that should be fairly straightforward to extract.

enhancement
new model

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 ~...

Hi I successuflly used this package to make report for a single model run but now I am facing anissue with my current implementation that comprise a table with a...

I have recently had the need to extract `poly` data from some models and I was hoping {equatiomatic} had a solution, but I think I need to point out some...