We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just switch to formula-based model defintion. Don't support any more complex models (yet).
I.e. instead of
contrasts: - id: condition_control_treated_blockrep comparison: ["condition", "control", "treated"] blocking_factors: ["replicate"]
use
contrasts: - id: condition_control_treated_blockrep formula: ~ condition + replicate comparison: ["condition", "control", "treated"]
Sub issue of #362
The text was updated successfully, but these errors were encountered:
nschcolnicov
No branches or pull requests
Description of feature
Just switch to formula-based model defintion. Don't support any more complex models (yet).
I.e. instead of
use
Sub issue of #362
The text was updated successfully, but these errors were encountered: