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
I have 4 animals that were sampled different ways on 3 different days. I want to know how the sample types differ. My data for one animal looks like this:
I am running the following command to look for deferentially abundant taxa in sample types while controlling for the effects of day and animal sampled.
This produces the following error. Although, I still got a list of significant_taxa so it seems as though it didn't stop differentialTest from running.
Error in if (is.nan(val) || any(phi <= sqrt(.Machine$double.eps)) || any(phi >= :
missing value where TRUE/FALSE needed
Have you seen this error? Do I have to have something in the phi.formula is that why its giving the error? I believe the error started after I set boot=TRUE, but have't been able to track down the line that is causing the problem. Thanks for your help!
Hi @bryandmartin,
I have 4 animals that were sampled different ways on 3 different days. I want to know how the sample types differ. My data for one animal looks like this:
I am running the following command to look for deferentially abundant taxa in sample types while controlling for the effects of day and animal sampled.
This produces the following error. Although, I still got a list of significant_taxa so it seems as though it didn't stop differentialTest from running.
Have you seen this error? Do I have to have something in the phi.formula is that why its giving the error? I believe the error started after I set boot=TRUE, but have't been able to track down the line that is causing the problem. Thanks for your help!
I am using the following versions:
The text was updated successfully, but these errors were encountered: