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
Does fitFeatureModel() supports testing the association of continuous covariate with features?
I tried the same way as binary analysis with code fitFeatureModel(mgs,mod), error caused:
Error in limma::squeezeVar(fit[-exclude, "s2"], fit[-exclude, "df"]) :
var is empty
Thanks!
The text was updated successfully, but these errors were encountered:
On Jan 12, 2021, 4:02 PM -0800, Ivy-ops ***@***.***>, wrote:
Hi,
Does fitFeatureModel() supports testing the association of continuous covariate with features?
I tried the same way as binary analysis with code fitFeatureModel(mgs,mod), error caused:
Error in limma::squeezeVar(fit[-exclude, "s2"], fit[-exclude, "df"]) :
var is empty
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Hi,
Does fitFeatureModel() supports testing the association of continuous covariate with features?
I tried the same way as binary analysis with code
fitFeatureModel(mgs,mod)
, error caused:Error in limma::squeezeVar(fit[-exclude, "s2"], fit[-exclude, "df"]) :
var is empty
Thanks!
The text was updated successfully, but these errors were encountered: