Testing lists with + rather than -

master
Vikas Rawal 6 years ago
parent 5ebc8c1d27
commit 43a0e7fd60

@ -19,24 +19,24 @@
#+end_src #+end_src
#+RESULTS: sassociation1 #+RESULTS: sassociation1
- Pearson's product-moment correlation + Pearson's product-moment correlation
- data: worker$wage and worker$years_edu + data: worker$wage and worker$years_edu
- t = 35.998, df = 37633, p-value < 0.00000000000000022 + t = 35.998, df = 37633, p-value < 0.00000000000000022
- alternative hypothesis: true correlation is not equal to 0 + alternative hypothesis: true correlation is not equal to 0
- 95 percent confidence interval: + 95 percent confidence interval:
- 0.1726625 0.1921962 + 0.1726625 0.1921962
- sample estimates: + sample estimates:
- cor + cor
- 0.1824473 + 0.1824473
- Pearson's product-moment correlation + Pearson's product-moment correlation
- data: worker$wage and worker$age + data: worker$wage and worker$age
- t = 9.3777, df = 37633, p-value < 0.00000000000000022 + t = 9.3777, df = 37633, p-value < 0.00000000000000022
- alternative hypothesis: true correlation is not equal to 0 + alternative hypothesis: true correlation is not equal to 0
- 95 percent confidence interval: + 95 percent confidence interval:
- 0.03819950 0.05835859 + 0.03819950 0.05835859
- sample estimates: + sample estimates:
- cor + cor
- 0.04828396 + 0.04828396
#+NAME: sassociation2 #+NAME: sassociation2
#+BEGIN_SRC R :results output raw #+BEGIN_SRC R :results output raw

Loading…
Cancel
Save