Guest User

Untitled

a guest
Jan 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. estimate se zval pval
  2. p1 5.5447 4.2592 1.302 0.19298
  3. p2 0.3856 0.0835 4.616 0.00000
  4. tau2 0.0000 NA NA NA
  5.  
  6. make_pct <- function(x) (exp(x) - 1) * 100
  7. > make_pct(5.5447 * exp (-0.3856 * 9))
  8. [1] 18.82309
Add Comment
Please, Sign In to add comment