Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. wilcox.test(abs_error_gics, abs_error_sbp, alternative = "two.sided", mu=0, conf.int=T, conf.level = 0.99, paired = TRUE)
  2.  
  3. data: abs_error_gics and abs_error_sbp
  4. V = 48485000, p-value = 0.00000002249
  5. alternative hypothesis: true location shift is not equal to 0
  6. 99 percent confidence interval:
  7. 0.00768364 0.02082407
  8. sample estimates:
  9. (pseudo)median
  10. 0.01426058
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement