View source: R/construct_fourmula.R
construct_fourmula | R Documentation |
Construct formula with multipe response and explanatory variabels
construct_fourmula(Resp.Var, Exp.Vars, type = NULL, collapse = NULL)
Resp.Var |
response variables, should be character vectors |
Exp.Vars |
explanatory variables, should be character vectors |
type |
construct formula for each Resp.Vars and all each Exp.Vars (default) or for each Resp.Vars and each Exp.Vars(set an arbitary value to type) |
collapse |
build addititive (+) models or models with interactions (*) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.