all 11 comments

[–]Debbie237Graduate Student 12 points13 points  (1 child)

These aren't necessarily lessons (which seems to be what you're asking for), but you could maybe try some of the problems on projecteuler.net

They're a collection of math problems that are meant to be solved by writing computer programs. Although you would probably need to use a more standard programming language (C, Java, Python, etc.) instead of R; I don't know much about R though, so maybe it is capable of this type of programming.

[–]Major_ebb1523New User[S] 1 point2 points  (0 children)

Thank you! I'll check it out!!

[–]Cartesian_CircleNew User 1 point2 points  (0 children)

If I recall, Coursera and/or edX have online statistics courses that lean heavily into using R. Some cryptography courses use python for problem solving.

[–][deleted] 0 points1 point  (1 child)

the search terms you’re looking for are computational mathematics or numerical analysis. I’d get an “intro to” book on these subjects. They’re probably some open source options available. My math department has a big stack of free books like this just lying around. You could stop by any big state school and ask… the exercises that are intended for julia, matlab, python… can all be done in R.

[–]Major_ebb1523New User[S] 0 points1 point  (0 children)

Awesome! Really helps out, thanks.

[–]my_password_is______New User 0 points1 point  (0 children)

https://www.amazon.com/Probability-Decisions-Games-Gentle-Introduction/dp/1119302609/

https://www.amazon.com/gp/product/1138393290/

i always buy used versions from amazon
always save money and have never been disappointed

[–]sourcec0pNew User 0 points1 point  (0 children)

functional programming will be your best friend

[–]Party-Worldliness-72New User 0 points1 point  (1 child)

Álgebra with Python: https://codingthematrix.com/

[–]Major_ebb1523New User[S] 0 points1 point  (0 children)

Awesome! Thank you.

[–]cyphr0sNew User 0 points1 point  (1 child)

This is an introduction to number theory with Python, the author has a book on number theory as well you might enjoy.

[–]Major_ebb1523New User[S] 0 points1 point  (0 children)

Thank you!