Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposing minor changes to code typos #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 25, 2018

  1. Minor typos fixed in a code chunk

    x1 and x2 variables were changed to g1 and g2 variables in a line 2 of the following code chunk to make it work:
    
    ## Mistakenly treating the sleep data as grouped
    ```{r}
    n1 <- length(g1); n2 <- length(g2)
    sp <- sqrt( ((n1 - 1) * sd(g1)^2 + (n2-1) * sd(g2)^2) / (n1 + n2-2))
    lkaraseva authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    e5a4ad2 View commit details
    Browse the repository at this point in the history