construct_fourmula: Construct formula with multipe response and explanatory...

View source: R/construct_fourmula.R

construct_fourmulaR Documentation

Construct formula with multipe response and explanatory variabels

Description

Construct formula with multipe response and explanatory variabels

Usage

construct_fourmula(Resp.Var, Exp.Vars, type = NULL, collapse = NULL)

Arguments

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 (*)


kun-ecology/ecoloop documentation built on Jan. 9, 2025, 10:20 a.m.