Mark Colley

Results 15 issues of Mark Colley

I think the package is great and will help many many people! However, i scientific writing, often Latex is used (e.g., [Overleaf](https://www.overleaf.com/)). In Latex, there are some specific [characters](https://en.wikibooks.org/wiki/LaTeX/Special_Characters) that...

enhancement :boom:

Hello and thank you for this great package! I have a question: when plotting a model with interaction effects, these effects do not use the "Male" as a label for...

Hello, I know about the extract_stats() function, however, is there also any way to put this directly in the report() function by easystats? Sometimes, the full-blown plot is too much...

**Describe the bug** in validObject(.Object) : ungültiges Objekt der Klasse “dsparseModelMatrix”: superclass "xMatrix" not defined in the environment of the object's class **To Reproduce** This is the code to reproduce...

Hello there, it would be awesome to support models of the art procedure: [ARTool](https://github.com/mjskay/ARTool). To try it out: ``` library(report) library(ARTool) art(formula = Sepal.Length ~ Species, data = iris) |>...

enhancement :boom:

Hello there, after upgrading to version 2.00, the template "acmlarge" does not show the black folio (black rectangle with article number on the right side) anymore. Here are the settings...

Hello and congrats to this amazing work! Thank you for releasing the code, I really appreciate that. I was wondering whether you will also release a Colab environment once the...

Hello there, I am getting the following error: ``` Could not fetch https:/use.fontawesome.com/releases/v5.7.2/css/all.css InvalidUrlException "https:/use.fontawesome.com/releases/v5.7.2/css/all.css" "URL must be absolute" Fehler: pandoc document conversion failed with error 61 Closing browser Cleaning...

Hey, an improvement proposal for younger scientists who might not, for example, have media coverage: Could this heading be skipped if no entries are present? Kind regards!

Hey there, great code, thanks for sharing! I am living in Germany, so my csv's are delimited with a ";". Therefore, maybe you could change the code from read_csv to...