You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function calcDNAmTL includes a negative intercept rather than positive as reported in Lu et al. (therefore resulting in negative TL estimates). Lines 43 and 66 should be
The function calcDNAmTL includes a negative intercept rather than positive as reported in Lu et al. (therefore resulting in negative TL estimates). Lines 43 and 66 should be
DNAmTL <- as.numeric(rowSums(tt,na.rm=T)+7.924780053)
The text was updated successfully, but these errors were encountered: