Angelo D'Ambrosio

Results 15 comments of Angelo D'Ambrosio

Hello, I may have found a solution: ``` get_website_resources

Thank you! it took me a while but I was able to more or less understand the logic of what you did and integrate it in my function. My problem...

R code and output: ```r > pdf_convert("ReportTemplate.pdf", format = "png", dpi = 300) ``` ``` Converting page 1 to ReportTemplate_1.png...PDF error: Couldn't find a font for 'Helvetica' PDF error: Couldn't...

Uhm, I updated R and Quartz and still nothing. But now missing font warnings were preceded by a "Fontconfig error: Cannot load default config file" warning. Maybe it's the main...

Thanks. For the html rendering I'll look into it. In theory modern browsers should parse the so called MathML natively, but it depends on what engine netlogo uses.

This is definitely something needed. The printing to the console of the serialized data takes several minutes while the actual writing to file takes a few seconds.

I reimplemented coef() to add up nested RE. At the moment is tested and works for linear models like y ~ Pred + (Pred | A/B/../N) with Pred or intercept...

UPDATE: the way I propagate dimnames is wrong. Trying to fixing it now.

Updated version. fixes label propagation. ``` nested_coefs

Hello! I tried to use the trick above but it doesn't play well with common legends! ![image](https://user-images.githubusercontent.com/777560/128551400-28303026-0113-4633-adc6-7780f7b84bb4.png) PS: how can I get the same font of the ggplot plots with...