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

Consider: ``` r library(tidymodels) library(equatiomatic) #> #> Attaching package: 'equatiomatic' #> The following object is masked from 'package:modeldata': #> #> penguins mod fit(mpg ~ hp + drat, data = mtcars)...

For models based on data sets that contain variable labels (e.g. from https://cloud.r-project.org/web/packages/labelled/index.html), would you consider providing an option to use the variable labels instead of the variable names in...

Would you mind making a new CRAN release? I am especially interested in extract_eq.workflow().