Skip to content

Commit

Permalink
Merge pull request #267 from naupaka/search-engine
Browse files Browse the repository at this point in the history
Add search engine tip address #265
  • Loading branch information
JasonJWilliamsNY committed Mar 13, 2024
2 parents 150a2e9 + 64ea76b commit 9494b48
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions episodes/00-introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,12 @@ the `help.search()` function.

Use `help.search()` to find R functions for the following statistical
functions. Remember to put your search query in quotes inside the function's
parentheses.
parentheses. Also note that Google or your favorite search engine is a good
place to start as well. It can be helpful to include "R" in your search query.

- Chi-Squared test
- Student t-test
- mixed linear model
- linear model

::::::::::::::: solution

Expand All @@ -507,7 +508,7 @@ find:

- Chi-Squared test: `stats::Chisquare`
- Student t-test: `stats::t.test`
- mixed linear model: `stats::lm.glm`
- linear model: `stats::lm.glm`



Expand Down

0 comments on commit 9494b48

Please sign in to comment.