Skip to content

Commit 43a0e7f

Browse files
committed
Testing lists with + rather than -
1 parent 5ebc8c1 commit 43a0e7f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

associations.org

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
#+end_src
2020

2121
#+RESULTS: sassociation1
22-
- Pearson's product-moment correlation
23-
- data: worker$wage and worker$years_edu
24-
- t = 35.998, df = 37633, p-value < 0.00000000000000022
25-
- alternative hypothesis: true correlation is not equal to 0
26-
- 95 percent confidence interval:
27-
- 0.1726625 0.1921962
28-
- sample estimates:
29-
- cor
30-
- 0.1824473
31-
- Pearson's product-moment correlation
32-
- data: worker$wage and worker$age
33-
- t = 9.3777, df = 37633, p-value < 0.00000000000000022
34-
- alternative hypothesis: true correlation is not equal to 0
35-
- 95 percent confidence interval:
36-
- 0.03819950 0.05835859
37-
- sample estimates:
38-
- cor
39-
- 0.04828396
22+
+ Pearson's product-moment correlation
23+
+ data: worker$wage and worker$years_edu
24+
+ t = 35.998, df = 37633, p-value < 0.00000000000000022
25+
+ alternative hypothesis: true correlation is not equal to 0
26+
+ 95 percent confidence interval:
27+
+ 0.1726625 0.1921962
28+
+ sample estimates:
29+
+ cor
30+
+ 0.1824473
31+
+ Pearson's product-moment correlation
32+
+ data: worker$wage and worker$age
33+
+ t = 9.3777, df = 37633, p-value < 0.00000000000000022
34+
+ alternative hypothesis: true correlation is not equal to 0
35+
+ 95 percent confidence interval:
36+
+ 0.03819950 0.05835859
37+
+ sample estimates:
38+
+ cor
39+
+ 0.04828396
4040

4141
#+NAME: sassociation2
4242
#+BEGIN_SRC R :results output raw

0 commit comments

Comments
 (0)