Skip to content

Commit

Permalink
collapse the results
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 23, 2014
1 parent c193111 commit 3d4f391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 016-knitr-pdf/report.Rmd
@@ -1,6 +1,6 @@
Here is my regression model:

```{r model}
```{r model, collapse=TRUE}
options(digits = 4)
fit <- lm(regFormula(), data = mtcars)
b <- coef(fit)
Expand Down

0 comments on commit 3d4f391

Please sign in to comment.