Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MiAge clock produces warnings with EPIC arrays #6

Open
karoliskoncevicius opened this issue Oct 12, 2023 · 0 comments
Open

MiAge clock produces warnings with EPIC arrays #6

karoliskoncevicius opened this issue Oct 12, 2023 · 0 comments

Comments

@karoliskoncevicius
Copy link

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.

@karoliskoncevicius karoliskoncevicius changed the title MiAge clock produce warnings with EPIC arrays. MiAge clock produces warnings with EPIC arrays Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant