R_Programming_E
R_Programming_E copied to clipboard
:incoming_envelope: Team swirl's R Programming Course with Email Notifications
Content to close #4 and specify [the GPLv3 license](https://github.com/swirldev/swirl_courses/blob/master/LICENSE) used in [swirldev](https://github.com/swirldev/swirl_courses)
For those wanting to reuse this content, it would be helpful to have a specified `LICENSE`. Since [swirldev](https://github.com/swirldev/swirl_courses) has [a GPLv3 license](https://github.com/swirldev/swirl_courses/blob/master/LICENSE), I'm assuming this is the license for this...
I am very new to R. How do I loop a long number of variables into an equation. For example, the formula for m1 has a variable i. How do...
I've done the manual installation using the instructions found [here](https://github.com/swirldev/R_Programming_E#manual-installation) but the lessons - 10: lapply and sapply - 11: vapply and tapply - 12: Looking at Data can't be...
With R > 4.3.0, using && with non-scalar throws an error. In the logic section, answering the question dealing with && gives an error, using `skip()` will not advance and...