-
Notifications
You must be signed in to change notification settings - Fork 3
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
Issue with fit4 #18
Comments
Please check if fit3$count is numeric number, and doesn’t contain any missing value.
Yafeng
在 2024年8月7日,09:05,Long Chung ***@***.***> 写道:
Hi there,
I've encountered an issue after I applied fit4 = spectraCounteBayes(fit3)
It reports this error: Error in model.frame.default(formula = logVAR ~ x) :
variable lengths differ (found for 'x')
I just happened to me recently
Thank you
—
Reply to this email directly, view it on GitHub<#18>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAXG6NYYS7CQOS37N3366RTZQFXHDAVCNFSM6AAAAABMDL3S26VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2TCOJUGAYDEMY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hi Yafeng, I've check fit3, they appear to be all numerical, some with negative sign. I still got the issue over different data sets. Feeling a bit stuck! |
Hi @longchung90 Yafeng |
Hi Yafeng, I did notice that my psm.count.table did contain NA values. Should I remove them from there before performing a fit4? Thank you |
@longchung90 |
Hi there,
I've encountered an issue after I applied fit4 = spectraCounteBayes(fit3)
It reports this error: Error in model.frame.default(formula = logVAR ~ x) :
variable lengths differ (found for 'x')
I just happened to me recently
Thank you
The text was updated successfully, but these errors were encountered: