ronkeizer / PKPDsim

R library for simulation of PKPD models [DEPRECATED, see InsightRX/PKPDsim]
Other
21 stars 12 forks source link

Error in documentation #18

Closed bguiastr closed 8 years ago

bguiastr commented 8 years ago

Nice job with the new documentation, however most differential equations used in the gitbook documentation contains an error: dAdt[2] = -(CL/V) * A[2] should actually be dAdt[2] = KA * A[1] -(CL/V) * A[2]

ronkeizer commented 8 years ago

thanks, will fix :)