diff --git a/01_the_r_environment.qmd b/01_the_r_environment.qmd index 37b0eea..d93964b 100644 --- a/01_the_r_environment.qmd +++ b/01_the_r_environment.qmd @@ -78,7 +78,7 @@ Don't get frustrated! You don't have to be an expert programmer to use ## Suggestions for Learning **R** -- Learn interactively! Retype and experiment with lots of sample code; you won't break it. These notes contain several code examples and you can find many more online. +- Learn interactively! Retype and experiment with lots of sample code; you won't break it. These notes contain many code examples and you can find many more online. - Don't worry about getting errors. Even experienced **R** users make errors all the time. Besides, you can learn a lot from error messages. diff --git a/slideshow.html b/slideshow.html index b9d6307..dd29f41 100644 --- a/slideshow.html +++ b/slideshow.html @@ -400,37 +400,103 @@

Intro to R with RStudio

- -
-
-

Welcome

-

About this workshop

+

For novice or inexperienced coders that want to use R. We will use RStudio to:

+ +
+
+

Workshop format

+ +
+
+

Tips for this workshop

+ +

What is CSCAR?

+

CSCAR is here to help you

+

Contact CSCAR

@@ -439,24 +505,50 @@

Contact CSCAR

  • Self-schedule a consultation with a GSRA using this link.
  • Address: The University of Michigan, 3560 Rackham, 915 E. Washington St., Ann Arbor, MI 48109-1070.
  • +

    Who am I?

    -
    + +
    -
    -

    Why becoming a useR?

    +
    +

    Why do you want to learn R?

    -
    -

    R is cool for statistics and graphics

    +
    +

    R is cheap and powerful

      -
    • R is gratis and it runs on Windows, MacOS, and several Unix platforms.
    • +
    • R is gratis ($0) and it runs on Windows, MacOS, and several Unix platforms.
    • You can start with this:
    @@ -477,13 +569,39 @@

    R is cool for statistics and graphics

    and, in 8 lines of code or less, make this:

    -
    + +

    R is an environment, not a package

    +

    R has plenty of statistical tools and models

    @@ -496,22 +614,61 @@

    R has plenty of statistical tools and models

  • Sample size and power calculations.
  • Multivariable analysis (e.g., factor analysis, PCA, and SEM).
  • +

    Even more tools and models

    +

    Why Isn’t Everyone a UseR?

    +

    Suggestions for Learning R

    @@ -520,6 +677,19 @@

    Suggestions for Learning R

  • Don’t worry about getting errors.
  • Ask other R users for help.
  • +