Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed May 14, 2015
1 parent 55932f7 commit 19a7247
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.Rmd
Expand Up @@ -55,13 +55,15 @@ We can see its use in actual model reproting as well:

```{r}
mod1 <- t.test(1:10, y = c(7:20))
sprintf(
"t = %s (%s)",
f(mod1$statistic),
p(mod1$p.value)
)
```

```{r}
mod2 <- t.test(1:10, y = c(7:20, 200))
sprintf(
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -56,6 +56,7 @@ Demonstration
We can see its use in actual model reproting as well:

mod1 <- t.test(1:10, y = c(7:20))

sprintf(
"t = %s (%s)",
f(mod1$statistic),
Expand Down

0 comments on commit 19a7247

Please sign in to comment.