Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. log(DV) = Intercept + B1*IV + Error
  2.  
  3. log(DV) = Intercept + B1*log(IV) + Error
  4.  
  5. DV = Intercept + B1*log(IV) + Error
  6.  
  7. DV = Intercept + B1 * IV + Error
  8.  
  9. log(DV) = Intercept + B1 * IV + Error
  10.  
  11. DV = Intercept + B1 * log(IV) + Error
  12.  
  13. log(DV) = Intercept + B1 * log(IV) + Error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement