From 0273ec2d9bcc9341a4c6549f576d456b639d7a42 Mon Sep 17 00:00:00 2001 From: Vikas Rawal Date: Sat, 30 Nov 2019 14:25:09 +0530 Subject: [PATCH] Minor --- associations.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/associations.org b/associations.org index 1454fba..898d4b4 100644 --- a/associations.org +++ b/associations.org @@ -42,7 +42,7 @@ #+NAME: sassociation2 -#+BEGIN_SRC R :results output org +#+BEGIN_SRC R :results output lm(wage~sex+age+years_edu, data=worker)->t summary(t) @@ -59,7 +59,7 @@ #+end_src #+RESULTS: sassociation2 -#+begin_src org +#+begin_example Call: lm(formula = wage ~ sex @@ -211,7 +211,7 @@ Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ Residual standard error: 94.36 on 37572 degrees of freedom Multiple R-squared: 0.4771, Adjusted R-squared: 0.4763 F-statistic: 553 on 62 and 37572 DF, p-value: < 0.00000000000000022 -#+end_src +#+end_example #+NAME: sassociation3 #+BEGIN_SRC R :results output graphics :file bsample2.png :width 2500 :height 1500 :res 300