View source: R/model_testing.R
model_test | R Documentation |
Have you ever wanted to set up a differential expression analysis and after minutes of the computer churning away it errors out with some weird error about rank? Then this is the function for you!
model_test(design, goal = "condition", factors = NULL, ...)
design |
Dataframe describing the design of the experiment. |
goal |
Experimental factor you actually want to learn about. |
factors |
Experimental factors you rather wish would just go away. |
... |
I might decide to add more options from other functions. |
List of booleans telling if the factors + goal will work.
[model.matrix()] [qr()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.