Does R support LLM?
Big Book of R
21–30 of 116 posts
Re: Big Book of R
#22Tangentially, R can help produce living Markdown documents (.Rmd files). A couple of ways include pandoc with knitr[0] or my FOSS text editor, KeenWrite[1]. I've kept the R syntax in KeenWrite compatible with knitr. Living documents as part of a build process can produce PDFs that are always up-to-date with respect to external data sources[2], which includes source code. [0]: https://yihui.org/knitr/ [1]: https://kee…
There is also Quarto, which I have had a good experience with: https://quarto.org/
Re: Big Book of R
#23Earlier quoted context omitted.
Totally agree. R is pure pirate energy. Half the functions are hidden on purpose, the other half only work if you chant the right incantation while facing the CRAN mirror at dawn.
If you started with SAS for statistics like I did, you'd see how absolutely civilized R is in comparison.
Re: Big Book of R
#24Re: Big Book of R
#25What is the best way to integrate some R code with a python backend? I’ve been tempted to port to python, but some of the stats libraries have no good counterparts, so, is there a ergonomic way to do this?
Re: Big Book of R
#26What is the best way to integrate some R code with a python backend? I’ve been tempted to port to python, but some of the stats libraries have no good counterparts, so, is there a ergonomic way to do this?
Re: Big Book of R
#27Earlier quoted context omitted.
If you started with SAS for statistics like I did, you'd see how absolutely civilized R is in comparison.
Yes but today I find little to no benefit over python
Re: Big Book of R
#28Earlier quoted context omitted.
Yes but today I find little to no benefit over python
no plotting library available in python even comes close to ggplot2. just to give one major example. another would be the vast amount of statistics solutions. but ... python is good enough for everything and more - so, it doesn't really feel worth maintaining two separate code bases and R is lacking in too many areas for it to compete with python for most applications.
Re: Big Book of R
#29Earlier quoted context omitted.
Statisticians don't really embody the pirate spirit, do they :)
The average Statistician doesn't, but the mean ones do.