Guest User

Untitled

a guest
May 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. model <- vglm(log_load_smoothed ~ treatment1 + treatment2,
  2. family = tobit(Lower = 0),
  3. data = clients[nonemail_holdout == 0])
  4.  
  5. Call:
  6. vglm(formula = log_load_smoothed ~ treatment1 + treatment2, family = tobit(Lower = 0),
  7. data = clients[nonemail_holdout == 0])
  8.  
  9.  
  10. Pearson residuals:
  11. Min 1Q Median 3Q Max
  12. mu -18.2011 -0.01683 -0.01514 -0.01482 19.83
  13. loge(sd) -0.0668 -0.06317 -0.05865 -0.05779 22.85
  14.  
  15. Coefficients:
  16. Estimate Std. Error z value Pr(>|z|)
  17. (Intercept):1 -36.39145 0.66122 -55.037 < 2e-16 ***
  18. (Intercept):2 2.59319 0.01717 150.991 < 2e-16 ***
  19. treatment1Save 0.38739 0.20983 1.846 0.06486 .
  20. treatment1Offer 1.20873 0.20372 5.933 2.97e-09 ***
  21. treatment2Save 0.05581 0.20620 0.271 0.78666
  22. treatment2Offer 0.52358 0.20229 2.588 0.00965 **
  23. ---
  24. Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
  25.  
  26. Number of linear predictors: 2
  27.  
  28. Names of linear predictors: mu, loge(sd)
Add Comment
Please, Sign In to add comment