Description Usage Arguments Value Examples
Make formula object from a response and multiple predictor variable names. Useful for glm framework.
| 1 | makeformula(response, predictors)
 | 
| response | variable response, only one string. | 
| predictors | predicting variables, vector of strings. | 
A formula object that can be feed to lm, glm, aov, randomForest, etc.
| 1 | makeformula(response="phenotype",predictors=c("bio1","bio2"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.