Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. My dataset (first two rows):
  2. df <- ID AGE CYSC SCR SEX
  3. 1 36 3.7487 51.614 0.75776 52.1 1
  4. 2 36 3.3494 47.669 1.34 69.5 1
  5.  
  6.  
  7. eGFR = 135*((min(Scr/k,1)**a))*((max(Scr/k,1)**-0.601))*(min(Scysc/0.8,1)**-0.375)* (max(Scysc/0.8,1)**-0.711) * (0.995**Age) (*0.969 if female)
  8. (With k=0.7 if F and k=0.9 if M, a=-0.248 if F and a=-0.207 if M)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement