Skip to content

Commit

Permalink
some changes in R 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Apr 6, 2013
1 parent 379d5ae commit c7c8da9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 030-landscape.tex
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@

{\ttfamily\noindent\itshape\color{messagecolor}{\#\# \\\#\# Attaching package: 'Hmisc'}}

{\ttfamily\noindent\itshape\color{messagecolor}{\#\# The following object(s) are masked from 'package:survival':\\\#\# \\\#\#\ \ \ \ untangle.specials}}
{\ttfamily\noindent\itshape\color{messagecolor}{\#\# The following object is masked from 'package:survival':\\\#\# \\\#\#\ \ \ \ untangle.specials}}

{\ttfamily\noindent\itshape\color{messagecolor}{\#\# The following object(s) are masked from 'package:base':\\\#\# \\\#\#\ \ \ \ format.pval, round.POSIXt, trunc.POSIXt, units}}\begin{alltt}
{\ttfamily\noindent\itshape\color{messagecolor}{\#\# The following object is masked from 'package:base':\\\#\# \\\#\#\ \ \ \ format.pval, round.POSIXt, trunc.POSIXt, units}}\begin{alltt}
\hlfunctioncall{latex}(\hlfunctioncall{head}(iris), file = \hlstring{""}, size = \hlstring{"tiny"}, landscape = TRUE)
\end{alltt}
\end{kframe}% latex.default(head(iris), file = "", size = "tiny", landscape = TRUE)
Expand Down
14 changes: 7 additions & 7 deletions 050-allowframebreaks.tex
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
\begin{verbatim}
##
## step> ## End Don't show
## step> step(lm.D9)
## step> step(lm.D9)
## Start: AIC=-12.58
## weight ~ group
##
Expand Down Expand Up @@ -120,11 +120,11 @@
## Catholic 0.1041 0.0353 2.95 0.0052 **
## Infant.Mortality 1.0770 0.3817 2.82 0.0073 **
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 7.17 on 41 degrees of freedom
## Multiple R-squared: 0.707, Adjusted R-squared: 0.671
## F-statistic: 19.8 on 5 and 41 DF, p-value: 5.59e-10
## Multiple R-squared: 0.707, Adjusted R-squared: 0.671
## F-statistic: 19.8 on 5 and 41 DF, p-value: 5.59e-10
##
##
## step> slm1 <- step(lm1)
Expand Down Expand Up @@ -168,11 +168,11 @@
## Catholic 0.1247 0.0289 4.31 9.5e-05 ***
## Infant.Mortality 1.0784 0.3819 2.82 0.0072 **
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 7.17 on 42 degrees of freedom
## Multiple R-squared: 0.699, Adjusted R-squared: 0.671
## F-statistic: 24.4 on 4 and 42 DF, p-value: 1.72e-10
## Multiple R-squared: 0.699, Adjusted R-squared: 0.671
## F-statistic: 24.4 on 4 and 42 DF, p-value: 1.72e-10
##
##
## step> slm1$anova
Expand Down
4 changes: 2 additions & 2 deletions 084-pandoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ summary(fit)
## (Intercept) -17.579 6.758 -2.60 0.012 *
## speed 3.932 0.416 9.46 1.5e-12 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 15.4 on 48 degrees of freedom
## Multiple R-squared: 0.651, Adjusted R-squared: 0.644
## Multiple R-squared: 0.651, Adjusted R-squared: 0.644
## F-statistic: 89.6 on 1 and 48 DF, p-value: 1.49e-12
```

Expand Down

0 comments on commit c7c8da9

Please sign in to comment.