Skip to content

Commit

Permalink
Merge pull request #262 from JasonJWilliamsNY/main
Browse files Browse the repository at this point in the history
Add callout to fix #261
  • Loading branch information
naupaka authored Mar 13, 2024
2 parents 6dcda92 + 4a8855b commit 6565f9a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions episodes/00-introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,16 @@ window that opens, name your file **"genomics\_r\_basics"**. The new script
**genomics\_r\_basics.R** should appear under "files" in the output pane. By
convention, R scripts end with the file extension **.R**.


::::::::::::::::::::::::::::::::::::: callout

## Tip: Save your script now

Remember to save your script at this point. Anything can happen during your
lesson and you don't want to lose your work!

::::::::::::::::::::::::::::::::::::::::::::::::

## Overview and customization of the RStudio layout

Here are the major windows (or panes) of the RStudio
Expand Down Expand Up @@ -488,8 +498,8 @@ find:
- Chi-Squared test: `stats::Chisquare`
- Student t-test: `stats::t.test`
- mixed linear model: `stats::lm.glm`



:::::::::::::::::::::::::

Expand Down Expand Up @@ -519,5 +529,3 @@ for each of these arguments.
- RStudio allows you to run R in an easy-to-use interface and makes it easy to find help

::::::::::::::::::::::::::::::::::::::::::::::::::


0 comments on commit 6565f9a

Please sign in to comment.