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
Cannot share full dataset, but here is what I get:
dim(X)
## [1] 865859 23
res <- calcMiAge(t(X), data.frame(id = X$id), imputation = FALSE)
## warning: There were 50 or more warnings (use warnings() to see the first 50)
warnings()
## 1: In c + b^(nj - 1) * d - betaj :
## longer object length is not a multiple of shorter object length
## 2: In c + b^(nj - 1) * d - betaj :
## longer object length is not a multiple of shorter object length
## ...
## 50: In c + b^(nj - 1) * d - betaj :
## longer object length is not a multiple of shorter object length
Replicated the same with other EPIC dataset as well. None of the other clocks I've tried produced any warnings.
The text was updated successfully, but these errors were encountered:
karoliskoncevicius
changed the title
MiAge clock produce warnings with EPIC arrays.
MiAge clock produces warnings with EPIC arrays
Oct 12, 2023
Cannot share full dataset, but here is what I get:
Replicated the same with other EPIC dataset as well. None of the other clocks I've tried produced any warnings.
The text was updated successfully, but these errors were encountered: