Closed Reulguen closed 12 months ago
I figured that the expression ( Report / text) is the issue. Is there a way of avoiding the lack of field sym.?
I think the #71 will fix this. Can you install that branch and test it out? You can install a branch with:
# right bracket to enter package mode
julia> ]
pkg> add JellyMe4#pa/nested_grouping
If it works, then you can go back to the main release series with
pkg> free JellyMe4
(I'll tag a release as soon as that PR is merged.)
I've merged that PR. The release should be out within the hour.
Thank you very much for taking care and also for your support.
Hi,
I have been running my statistical model the first time in Julia and want to save my model in order to load it into R for further plotting etc. However, I have issues when it comes to use @rput.
This is my code:
and this is the error message that I receive:
Would be very grateful for any tips :)